Splunk MINT SDK for iOS  4.1
Instance Methods
<MintNotificationDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

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

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.
- (void) screenDataLogged: (ScreenDataFixture *)  screenData
optional

Notifies you when the screen changes.

Parameters
screenDataThe ScreenDataFixture instance.

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