#import <MintUIWebView.h>
Inherits UIWebView.
The MintUIWebView 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.
- (id) initWithCoder: |
|
(NSCoder *) |
aDecoder |
|
Initializes for NSCoding.
- Parameters
-
aDecoder | An NSCoder instance for data population. |
- (id) initWithFrame: |
|
(CGRect) |
frame |
|
Initializes with a frame rectangle.
- Parameters
-
frame | The rectangle frame for initial size and placement. |
- (void) setDelegate: |
|
(id< UIWebViewDelegate >) |
delegate |
|
Sets the delegate for event callbacks.
- Parameters
-
delegate | The UIWebViewDelegate to use for event callbacks. |
The documentation for this class was generated from the following file: