Splunk MINT SDK for iOS  4.0
 All Data Structures Files Functions Enumerations Enumerator Properties Macros
Instance Methods
<MintNotificationDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - loggedRequestHandled:
 
(void) - networkDataLogged:
 

Detailed Description

A protocol to conform and be notified when certain actions occur.

Method Documentation

- (void) loggedRequestHandled: (LoggedRequestEventArgs *)  args
optional

Notifies you when cached requests are sent to the server.

Parameters
argsA LoggedRequestEventArgs instance with information about the request.
- (void) networkDataLogged: (NetworkDataFixture *)  networkData
optional

Notifies you when the network interceptor caches network data.

Parameters
networkDataThe NetworkDataFixture instance.

The documentation for this protocol was generated from the following file: