Splunk MINT SDK for iOS
4.4
|
#import <MintWKWebView.h>
Inherits WKWebView.
Instance Methods | |
(instancetype) | - initWithFrame:configuration: |
(instancetype) | - initWithFrame: |
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.
- (instancetype) initWithFrame: | (CGRect) | frame |
Initialization with frame rectangle
frame | the rectangle frame for initial size and placement |
- (instancetype) initWithFrame: | (CGRect) | frame | |
configuration: | (WKWebViewConfiguration *) | configuration | |
Initialization with frame rectangle and configuration
frame | the rectangle frame for initial size and placement |
configuration | A WKWebViewConfiguration object is a collection of properties with which to initialize a web view |