The dataSaverResponse function is called whenever the SDK tries to save something locally. This function returns a DataSaverResponse object with all of the information.
- Parameters
-
void com.splunk.mint.MintCallback.lastBreath |
( |
Exception |
exception | ) |
|
The lastBreath function is called after an exception has been caught and before the app terminates.
Note: Be careful when using the lastBreath function because it blocks the thread while running.
- Parameters
-
exception | The exception that caused the crash. |
The netSenderResponse function is called whenever the SDK tries to send something over the network. The function returns a NetSenderResponse object with all of the information.
- Parameters
-
The documentation for this interface was generated from the following file: