Inherits SPLJSONModel.
The ExtraData class contains extra data as a key-value pair to attach to error requests.
- (id) initWithKey: |
|
(NSString *) |
key |
andValue: |
|
(NSString *) |
value |
|
|
| |
Initializes an ExtraData instance with a key-value pair.
- Parameters
-
key | The key. |
value | The value. |
- Returns
- The ExtraData instance.
- (BOOL) isEqualToExtraData: |
|
(ExtraData *) |
extraData |
|
Determines whether two ExtraData instances are equal according to internal IDs.
- Parameters
-
aExtraData | The ExtraData instance to test equality. |
- Returns
- A Boolean that indicates whether the instances are equal.
A string that contains the key.
- (NSNumber<SPLIgnore>*) maxValueLength |
|
readwritenonatomicassign |
Returns the allowed length of the value.
A string that contains the value.
The documentation for this class was generated from the following file: