# Titanium.UI.iOS.WebViewDecisionHandler

It represents the decision handler to tell to webview, whether allow or cancel the navigation.

Availability
8.0.0
9.2.0

# Overview

Returned as the handler parameter of Titanium.UI.WebView.handleurl. See the example section "Usage of allowedURLSchemes and handleurl in iOS" inside Titanium.UI.WebView for usage.

# Methods

# invoke

Availability
8.0.0
9.2.0
invoke(value) void

It calls the decision handler with given action policy.

Parameters

Name Type Description
value Number

Action policy passed to decision handle.

Returns

Type
void