Splunk MINT SDK for iOS
5.1
|
#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 |
Initializes with a frame rectangle.
frame | The rectangle frame for initial size and placement. |
- (instancetype) initWithFrame: | (CGRect) | frame | |
configuration: | (WKWebViewConfiguration *) | configuration | |
Initializes with a frame rectangle and configuration.
frame | The rectangle frame for initial size and placement. |
configuration | A WKWebViewConfiguration object, which is a collection of properties with which to initialize a web view. |