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

#import <MintUIWebView.h>

Inherits UIWebView.

Instance Methods

(id) - initWithCoder:
 
(id) - initWithFrame:
 
(void) - setDelegate:
 

Detailed Description

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.

Method Documentation

- (id) initWithCoder: (NSCoder *)  aDecoder

Initialization for NSCoding

Parameters
aDecoderan NSCoder instance for data population
- (id) initWithFrame: (CGRect)  frame

Initialization with frame rectangle

Parameters
framethe rectangle frame for initial size and placement
- (void) setDelegate: (id< UIWebViewDelegate >)  delegate

Sets the delegate for event callbacks

Parameters
delegatethe UIWebViewDelegate to use for event callbacks

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