Skip navigation links
A C D E F G I J L M N O R S T V W X 

A

addExtraData(String, String) - Static method in class com.splunk.mint.Mint
Adds a key-value pair to the extra data.
addExtraData(String, String) - Method in class com.splunk.mint.MintJavascript
 
addURLToBlackList(String) - Static method in class com.splunk.mint.Mint
Adds a URL to the network monitoring blacklist.
appEnvironmentDevelopment - Static variable in class com.splunk.mint.Mint
 
appEnvironmentRelease - Static variable in class com.splunk.mint.Mint
 
appEnvironmentStaging - Static variable in class com.splunk.mint.Mint
 
appEnvironmentTesting - Static variable in class com.splunk.mint.Mint
 
appEnvironmentUserAcceptanceTesting - Static variable in class com.splunk.mint.Mint
 

C

clearExtraData() - Static method in class com.splunk.mint.Mint
Clears all extra data.
clearExtraData() - Method in class com.splunk.mint.MintJavascript
 
clearTotalCrashesNum() - Static method in class com.splunk.mint.Mint
Clears the total number of crashes.
closeSession(Application) - Static method in class com.splunk.mint.Mint
Closes the active session.
closeSession() - Method in class com.splunk.mint.MintJavascript
 
com.splunk.mint - package com.splunk.mint
 

D

d(String, String) - Static method in class com.splunk.mint.MintLog
Sends a debugging level message.
DataSaverResponse - Class in com.splunk.mint
The DataSaverResponse class is a callback from the MintCallback interface, which returns a DataSaverResponse object for a data save attempt.
DataSaverResponse(String, String) - Constructor for class com.splunk.mint.DataSaverResponse
Protected constructor for the DataSaverResponse class.
dataSaverResponse(DataSaverResponse) - Method in interface com.splunk.mint.MintCallback
The **dataSaverResponse** function is called whenever the SDK tries to save something locally.
disableAutoFlash() - Static method in class com.splunk.mint.Mint
disable auto flush, should be called before SDK initialization.
disableCrashMonitoring() - Static method in class com.splunk.mint.Mint
Disables crash monitoring.
disableMemoryPressureMonitoring() - Static method in class com.splunk.mint.Mint
Disables Memory Pressure monitoring.
disableNetworkMonitoring() - Static method in class com.splunk.mint.Mint
Disables network monitoring.

E

e(String, String) - Static method in class com.splunk.mint.MintLog
Sends an error level message.
enableDebugLog() - Static method in class com.splunk.mint.Mint
Enables the display of debug messages.
**Note** You should turn this feature off in production.
enableLogging(boolean) - Static method in class com.splunk.mint.Mint
Enables LogCat logging.

F

flush() - Static method in class com.splunk.mint.Mint
Flushes all saved data.
flush() - Method in class com.splunk.mint.MintJavascript
 

G

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.

I

i(String, String) - Static method in class com.splunk.mint.MintLog
Sends an information level message.
initAndStartSession(Application, String) - Static method in class com.splunk.mint.Mint
Use this constructor to initialize and start the session for the MINT Data Collector environment.
initAndStartSession(String) - Method in class com.splunk.mint.MintJavascript
 
initAndStartSessionHEC(Application, String, String) - Static method in class com.splunk.mint.Mint
Use this constructor to initialize and start the session for the HTTP Event Collector (HEC) environment.
initAndStartSessionHEC(String, String) - Method in class com.splunk.mint.MintJavascript
 

J

javascriptError(String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 

L

lastBreath(Exception) - Method in interface com.splunk.mint.MintCallback
The **lastBreath** function is called after an exception has been caught and before the app terminates.
leaveBreadcrumb(String) - Static method in class com.splunk.mint.Mint
Leaves a breadcrumb at a point of interest in your code.
leaveBreadcrumb(String) - Method in class com.splunk.mint.MintJavascript
 
loadMintJavascript() - Static method in class com.splunk.mint.MintJavascript
 
logEvent(String) - Static method in class com.splunk.mint.Mint
Logs an event and uses the default log level `Verbose`.
logEvent(String, MintLogLevel) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, MintLogLevel, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, MintLogLevel, String, String) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, String) - Method in class com.splunk.mint.MintJavascript
 
logException(HashMap<String, Object>, Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a map of custom data.
logException(Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a map of custom data.
logException(String, String, Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a custom key-value pair.
logNetwork(String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 
logNetworkEvent(String, String, long, long, int, long, long, String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Logs a network event as Splunk data type.
logView(String) - Static method in class com.splunk.mint.Mint
Logs a specific view as a Splunk data type.
logView(String, String, String) - Static method in class com.splunk.mint.Mint
Logs a specific view as a Splunk data type.
logView(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Logs a specific view as a Splunk data type.
logView(String, String, String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 

M

Mint - Class in com.splunk.mint
The Mint class represents the main class for the Splunk MINT SDK for Android.
Mint() - Constructor for class com.splunk.mint.Mint
 
MintCallback - Interface in com.splunk.mint
 
MintJavascript - Class in com.splunk.mint
The MintJavascript class contains tools for JavaScript.
MintJavascript(Application, WebView) - Constructor for class com.splunk.mint.MintJavascript
 
MintLog - Class in com.splunk.mint
The MintLog class is a wrapper class that logs messages to Splunk as a log type.
MintLog() - Constructor for class com.splunk.mint.MintLog
 
MintLogLevel - Enum in com.splunk.mint
The MintLogLevel enumeration defines the Splunk MINT log levels.
MintWebView - Class in com.splunk.mint
 
MintWebView(Application) - Constructor for class com.splunk.mint.MintWebView
 
MintWebView(Application, AttributeSet) - Constructor for class com.splunk.mint.MintWebView
 
MintWebView(Application, AttributeSet, int) - Constructor for class com.splunk.mint.MintWebView
 
MintWebViewClient - Class in com.splunk.mint
 
MintWebViewClient() - Constructor for class com.splunk.mint.MintWebViewClient
 

N

netSenderResponse(NetSenderResponse) - Method in interface com.splunk.mint.MintCallback
The **netSenderResponse** function is called whenever the SDK tries to send something over the network.
NetSenderResponse - Class in com.splunk.mint
The NetSenderResponse class is a callback from the MintCallback interface, which returns a NetSenderResponse object for a data send attempt.
NetSenderResponse(String, String) - Constructor for class com.splunk.mint.NetSenderResponse
Protected constructor for the NetSenderResponse class.

O

onPageStarted(WebView, String, Bitmap) - Method in class com.splunk.mint.MintWebViewClient
 

R

removeExtraData(String) - Static method in class com.splunk.mint.Mint
Removes a specific key-value pair from the extra data.
removeExtraData(String) - Method in class com.splunk.mint.MintJavascript
 

S

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
 

T

timerStart(String) - Static method in class com.splunk.mint.Mint
Starts a timer.
timerStart(String) - Method in class com.splunk.mint.MintJavascript
 
timerStop(String) - Static method in class com.splunk.mint.Mint
Stops a timer.
timerStop(String) - Method in class com.splunk.mint.MintJavascript
 
toString() - Method in class com.splunk.mint.DataSaverResponse
 
toString() - Method in class com.splunk.mint.NetSenderResponse
 
transactionCancel(String, String) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, String, String) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, String) - Method in class com.splunk.mint.MintJavascript
 
transactionStart(String) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, String, String) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, String) - Method in class com.splunk.mint.MintJavascript
 
transactionStop(String) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, String, String) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, String) - Method in class com.splunk.mint.MintJavascript
 

V

v(String, String) - Static method in class com.splunk.mint.MintLog
Sends a verbose level message.
valueOf(String) - Static method in enum com.splunk.mint.MintLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.splunk.mint.MintLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

w(String, String) - Static method in class com.splunk.mint.MintLog
Sends a warning level message.

X

xamarinException(Exception, boolean, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Submits a exception from Xamarin.
XSplunkMintSessionIdHeader - Static variable in class com.splunk.mint.Mint
The header name to use for HTTP.
XSplunkMintUuidHeader - Static variable in class com.splunk.mint.Mint
The header name to use for HTTP.
A C D E F G I J L M N O R S T V W X 
Skip navigation links