Inherits from NSObject
Conforms to UARichContentWindow
UIWebViewDelegate
Declared in UAWebViewDelegate.h

Overview

A UIWebView delegate that automatically injects the Urban Airship Javascript interface on whitelisted URLs.

Tasks

Properties

forwardDelegate

Optional delegate to forward any UIWebViewDelegate calls.

@property (nonatomic, weak, nullable) id<UIWebViewDelegate> forwardDelegate

Declared In

UAWebViewDelegate.h

richContentWindow

The rich content window. Optional, needed to support closing the webview from the Urban Airship Javascript interface.

@property (nonatomic, weak, nullable) id<UARichContentWindow> richContentWindow

Declared In

UAWebViewDelegate.h