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

Initializes for NSCoding.

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

Initializes with a 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: