Splunk MINT SDK for iOS  5.1
 All Classes Files Functions Variables 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

Initializes with a frame rectangle.

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

Initializes with a frame rectangle and configuration.

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

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