SendMmsDataFactory.h.
More...
#include <SendMmsDataFactory.h>
List of all members.
Detailed Description
SendMmsDataFactory.h.
Class preprocesses received server response and provides appropriate language descriptions.
Member Function Documentation
| SendMmsResponse* SendMmsDataFactory::createSendMmsResponse: |
( |
NSDictionary * |
statuses | ) |
[virtual] |
Creates new mms response object with given statusdictionary (statusCode + statusConstant).
- Parameters:
-
| statuses | given NSDictionary with status key/value pairs (status code, constant and message) |
- Returns:
- SendMmsResponse new response object
| NSString * SendMmsDataFactory::description:withLanguage: |
( |
int |
statusConstant, |
|
|
[withLanguage] NSString* |
language |
|
) |
| [virtual] |
Creates new status description for given statusConstant.
- Parameters:
-
| statusConstant | constant for to receive appropriate language description for |
| language | appropriate language for status descriptions |
- Returns:
- NSString current status description
| int SendMmsDataFactory::statusConstant: |
( |
NSString* |
statusCode | ) |
[virtual] |
Returns current statusConstant.
- Parameters:
-
| statusCode | current status code of server response |
- Returns:
- int corresponding status constant of service
Member Data Documentation
The documentation for this class was generated from the following files: