#import <LimitedExtraDataList.h>
Inherits SPLJSONModel.
The LimitedExtraDataList class contains a list of extra crash data (from ExtraData instances) to attach to error requests.
Adds an ExtraData instance to the list.
- Parameters
-
+ (void) addExtraDataToDataFixture: |
|
(DataFixture *) |
dataFixture |
|
Used internally for adding global extra data to data fixture.
- (void) addPrivateExtraDataToDataFixture: |
|
(DataFixture *) |
dataFixture |
|
Used internally for adding private extra data to data fixture.
- (void) addWithKey: |
|
(NSString *) |
key |
andValue: |
|
(NSString *) |
value |
|
|
| |
Adds an ExtraData instance to the list as a key-value pair.
- Parameters
-
key | The key. |
value | The value. |
Determines whether an ExtraData instance is in the list.
- Parameters
-
- Returns
- A Boolean that indicates whether the ExtraData instance exists.
- (NSInteger) indexOf: |
|
(ExtraData *) |
extraData |
|
Gets the index of an ExtraData instance in the list.
- Parameters
-
- Returns
- The index of the ExtraData in the list.
- (void) insertAtIndex: |
|
(NSUInteger) |
index |
extraData: |
|
(ExtraData *) |
extraData |
|
|
| |
Inserts an ExtraData instance at a specific index in the list.
- Parameters
-
index | The index. |
extraData | An ExtraData instance. |
Removes an ExtraData instance from the list.
- Parameters
-
- (void) removeAtIndex: |
|
(NSUInteger) |
index |
|
Removes an ExtraData instance from a specific index in the list.
- Parameters
-
- (void) removeWithKey: |
|
(NSString *) |
key |
|
Removes an ExtraData instance from the list.
- Parameters
-
A singleton instance for the global extra data attached to the crash.
- Returns
- A reference to the LimitedExtraDataList singleton instance.
The count of ExtraData instances in the list.
- (NSMutableArray*) extraDataArray |
|
readwritenonatomicstrong |
A modifiable array that contains the ExtraData instances.
The maximum number of ExtraData instances that can be included in the list of extra crash data.
The documentation for this class was generated from the following file: