Splunk MINT SDK for iOS  5.1
 All Classes Files Functions Variables Properties Macros
MintLimitedExtraData.h
Go to the documentation of this file.
1 //
2 // MintLimitedExtraData.h
3 // SplunkMint
4 //
5 // Copyright (c) 2016 Splunk. All rights reserved.
6 
7 #import <Foundation/Foundation.h>
8 
14 @interface MintLimitedExtraData : NSObject
15 
22 - (void)setValue:(NSString*)value forKey:(NSString *)key;
23 
29 - (NSString*)valueForKey:(NSString *)key;
30 
35  - (void)removeValueForKey:(NSString*)key;
36 
40  - (void)removeAllValues;
41 
45  - (NSDictionary*)extraDataDictionary;
46 
47 @end
Definition: MintLimitedExtraData.h:14
NSDictionary * extraDataDictionary()