Splunk MINT SDK for iOS  4.3
Instance Methods
MintWKWebView Class Reference

Inherits WKWebView.

Instance Methods

(instancetype) - initWithFrame:configuration:
 
(instancetype) - initWithFrame:
 

Detailed Description

WKWebView with built-in, WebView monitoring in your app to view Web pages.

Mint.initAndStartSession('apiKey') Mint.logEvent('event name', {'key': 'value'}) Mint.logView('view name', {'key': 'value'} ) Mint.leaveBreadcrumb('breadcrumb1') Mint.transactionStart('transaction name', {'key': 'value'}) Mint.transactionStop('transaction name', {'key': 'value'}) Mint.transactionCancel('transaction name', 'reason for cancel', {'key': 'value'}) Mint.addExtraData('key', 'value') clearExtraData (MintBase) Mint.flush() Mint.startSession() Mint.closeSession() Mint.setUserIdentifier('username')


The documentation for this class was generated from the following file: