Splunk MINT SDK for iOS
4.1
|
Inherits MintBase.
Class Methods | |
(Mint *) | + sharedInstance |
Additional Inherited Members | |
![]() | |
(id) | - initWithRequestWorker: |
(void) | - disableCrashReporter |
(void) | - flushAsyncWithBlock: |
(void) | - initAndStartSession: |
(void) | - addExtraData: |
(void) | - addExtraDataList: |
(BOOL) | - removeExtraDataWithKey: |
(void) | - clearExtraData |
(void) | - leaveBreadcrumb: |
(void) | - clearBreadcrumbs |
(void) | - logEventAsyncWithTag:completionBlock: |
(void) | - logEventAsyncWithTag:extraDataKey:extraDataValue:completionBlock: |
(void) | - logEventAsyncWithTag:limitedExtraDataList:completionBlock: |
(void) | - startSessionAsyncWithCompletionBlock: |
(void) | - closeSessionAsyncWithCompletionBlock: |
(void) | - logExceptionAsync:extraDataKey:extraDataValue:completionBlock: |
(void) | - logExceptionAsync:limitedExtraDataList:completionBlock: |
(id) | - initWithRequestJsonSerializer:contentTypeResolver:requestWorker:andServiceRepository: |
(void) | - disableNetworkMonitoring |
(NSDictionary *) | - getDevSettings |
(void) | - enableMintLoggingCache: |
(void) | - enableLogging: |
(void) | - enableFlushOnlyOverWiFi: |
(void) | - setLogging: |
(void) | - transactionStart:andResultBlock: |
(void) | - transactionStart:extraDataKey:extraDataValue:andResultBlock: |
(void) | - transactionStart:limitedExtraDataList:andResultBlock: |
(void) | - transactionStop:andResultBlock: |
(void) | - transactionStop:extraDataKey:extraDataValue:andResultBlock: |
(void) | - transactionStop:limitedExtraDataList:andResultBlock: |
(void) | - transactionCancel:reason:andResultBlock: |
(void) | - transactionCancel:extraDataKey:extraDataValue:reason:andResultBlock: |
(void) | - transactionCancel:limitedExtraDataList:reason:andResultBlock: |
(void) | - addURLToBlackList: |
(NSMutableArray *) | - blacklistUrls |
(void) | - logEventAsyncWithName:logLevel:andCompletionBlock: |
(void) | - logEventAsyncWithName:logLevel:extraDataKey:extraDataValue:andCompletionBlock: |
(void) | - logEventAsyncWithName:logLevel:limitedExtraDataList:andCompletionBlock: |
(void) | - xamarinLogException:andCompletionBlock: |
(MintLogResult *) | - xamarinLogException: |
(NSString *) | - exceptionFixtureFrom: |
![]() | |
id< RequestWorkerFacadeDelegate > | splunkRequestWorker |
BOOL | isInitialized |
BOOL | isSessionActive |
NSString * | userIdentifier |
BOOL | handleWhileDebugging |
LimitedExtraDataList * | extraDataList |
id< MintNotificationDelegate > | notificationDelegate |
The Mint class is the main class for all appropriate requests.
+ (Mint*) sharedInstance |