- getData() - Method in class com.splunk.mint.DataSaverResponse
-
Returns the data that was saved.
- getData() - Method in class com.splunk.mint.NetSenderResponse
-
Returns the data that was sent.
- getDevSettings() - Static method in class com.splunk.mint.Mint
-
Gets the developer settings from the remote settings.
- getException() - Method in class com.splunk.mint.DataSaverResponse
-
Returns an exception, if any.
- getException() - Method in class com.splunk.mint.NetSenderResponse
-
Returns an exception, if any.
- getExtraData() - Static method in class com.splunk.mint.Mint
-
Gets the extra data map.
- getFilepath() - Method in class com.splunk.mint.DataSaverResponse
-
Returns the file path where the data was written.
- getLastCrashID() - Static method in class com.splunk.mint.Mint
-
Gets the error hash of the last crash.
- getMintUUID() - Static method in class com.splunk.mint.Mint
-
Returns the MINT universally unique identifier (UUID), which uniquely
identifies a specific user.
- getResponseCode() - Method in class com.splunk.mint.NetSenderResponse
-
Returns an HTTP response code of the network call.
- getSavedSuccessfully() - Method in class com.splunk.mint.DataSaverResponse
-
Indicates whether the data was saved successfully.
- getSentSuccessfully() - Method in class com.splunk.mint.NetSenderResponse
-
Indicates whether the data was sent successfully.
- getServerResponse() - Method in class com.splunk.mint.NetSenderResponse
-
Returns the server's response.
- getSessionId() - Static method in class com.splunk.mint.Mint
-
Returns the current session ID.
- getTotalCrashesNum() - Static method in class com.splunk.mint.Mint
-
Returns the total number of crashes.
- getUrl() - Method in class com.splunk.mint.NetSenderResponse
-
Returns the URL of the network call.
- setApplicationEnvironment(String) - Static method in class com.splunk.mint.Mint
-
Sets the application environment.
- setApplicationEnvironment(String) - Method in class com.splunk.mint.MintJavascript
-
- setAutoFlushMinimumInterval(int) - Static method in class com.splunk.mint.Mint
-
Set the minimum interval of auto flush.
- setData(String) - Method in class com.splunk.mint.NetSenderResponse
-
- setException(Exception) - Method in class com.splunk.mint.DataSaverResponse
-
Sets the exception, if any.
- setException(Exception) - Method in class com.splunk.mint.NetSenderResponse
-
- setFlushOnlyOverWiFi(boolean) - Static method in class com.splunk.mint.Mint
-
Enables MINT to flush data only when there is a WiFi connection.
**Note** Be sure to add the ACCESS_NETWORK_STATE permission to your
AndroidManifest.xml file.
- setLocation(Location) - Static method in class com.splunk.mint.Mint
-
Sets the location
- setLocation(double, double, long) - Method in class com.splunk.mint.MintJavascript
-
- setLogging(int) - Static method in class com.splunk.mint.Mint
-
Restricts the number of lines in the LogCat output.
- setLogging(String) - Static method in class com.splunk.mint.Mint
-
Sets a LogCat filter string.
- setLogging(int, String) - Static method in class com.splunk.mint.Mint
-
Restricts the number of lines in the LogCat output and sets a LogCat
filter string.
- setLogging(int, String) - Method in class com.splunk.mint.MintJavascript
-
- setMintCallback(MintCallback) - Static method in class com.splunk.mint.Mint
-
Sets a Mint callback interface, which is used for the **lastBreath**
callback, the **netSaverResponse** callback, and the
**dataSaverResponse** callback.
- setResponseCode(int) - Method in class com.splunk.mint.NetSenderResponse
-
- setSavedSuccessfully(Boolean) - Method in class com.splunk.mint.DataSaverResponse
-
Indicates whether the data was saved successfully.
- setSentSuccessfully(Boolean) - Method in class com.splunk.mint.NetSenderResponse
-
- setServerResponse(String) - Method in class com.splunk.mint.NetSenderResponse
-
- setSessionInterval(int) - Static method in class com.splunk.mint.Mint
-
Sets the session interval time.
- setUrl(String) - Method in class com.splunk.mint.NetSenderResponse
-
Sets the URL of the network call.
- setUserIdentifier(String) - Static method in class com.splunk.mint.Mint
-
Sets an identifier for the current user.
- setUserIdentifier(String) - Method in class com.splunk.mint.MintJavascript
-
- setUserOptOut(boolean) - Static method in class com.splunk.mint.Mint
-
Indicates whether to prevent MINT from saving or sending any data for the
user.
- startANRMonitoring(int, boolean) - Static method in class com.splunk.mint.Mint
-
Starts Application Not Responding (ANR) monitoring.
- startSession(Application) - Static method in class com.splunk.mint.Mint
-
Starts a new session.
- startSession() - Method in class com.splunk.mint.MintJavascript
-