Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintWKWebView Class Reference

#import <MintWKWebView.h>

Inherits WKWebView.

Instance Methods

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

Detailed Description

The MintWKWebView class is a custom web view that automatically enables JavaScript tracking, which allows the MINT SDKs to access hybrid (non-native) web pages and gain visibility into these functions.

Method Documentation

- (instancetype) initWithFrame: (CGRect)  frame

Initialization with frame rectangle

Parameters
framethe rectangle frame for initial size and placement
- (instancetype) initWithFrame: (CGRect)  frame
configuration: (WKWebViewConfiguration *)  configuration 

Initialization with frame rectangle and configuration

Parameters
framethe rectangle frame for initial size and placement
configurationA WKWebViewConfiguration object is a collection of properties with which to initialize a web view

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