#import <MintLimitedExtraData.h>
Inherits NSObject.
The MintLimitedExtraData class contains a list of extra data key-value pairs to attach to requests.
- (NSDictionary*) extraDataDictionary |
|
|
|
Gets the extra data list.
Removes all extra data from the extra data list.
- (void) removeValueForKey: |
|
(NSString *) |
key |
|
Removes data for a given key.
- Parameters
-
- (void) setValue: |
|
(NSString *) |
value |
forKey: |
|
(NSString *) |
key |
|
|
| |
Adds extra data as a key-value pair.
- Parameters
-
value | The value. |
key | The key. |
- (NSString*) valueForKey: |
|
(NSString *) |
key |
|
Gets the value that corresponds to a given key.
- Parameters
-
- Returns
- The value.
The documentation for this class was generated from the following file: