public interface MintCallback
Modifier and Type | Method and Description |
---|---|
void |
dataSaverResponse(DataSaverResponse dsr)
The **dataSaverResponse** function is called whenever the SDK tries
to save something locally.
|
void |
lastBreath(java.lang.Exception exception)
The **lastBreath** function is called after an exception has been caught
and before the app terminates.
|
void |
netSenderResponse(NetSenderResponse nsr)
The **netSenderResponse** function is called whenever the SDK tries
to send something over the network.
|
void netSenderResponse(NetSenderResponse nsr)
nsr
- The NetSenderResponse object.void dataSaverResponse(DataSaverResponse dsr)
dsr
- The DataSaverResponse object.void lastBreath(java.lang.Exception exception)
exception
- The exception that caused the crash.