Splunk MINT SDK for iOS
4.1
|
Inherits <NSObject>.
Instance Methods | |
(void) | - loggedRequestHandled: |
(void) | - networkDataLogged: |
(void) | - screenDataLogged: |
A protocol to conform and be notified when certain actions occur.
|
optional |
Notifies you when cached requests are sent to the server.
args | A LoggedRequestEventArgs instance with information about the request. |
|
optional |
Notifies you when the network interceptor caches network data.
networkData | The NetworkDataFixture instance. |
|
optional |
Notifies you when the screen changes.
screenData | The ScreenDataFixture instance. |