ProxyWebViewNavigationAction enum
WebView delegate 向けの推奨アクションです。
Values
- allow → const ProxyWebViewNavigationAction
-
現在の navigation をそのまま許可します。
- cancel → const ProxyWebViewNavigationAction
-
現在の navigation をキャンセルします。
- loadProxyUrl → const ProxyWebViewNavigationAction
-
proxy URL を明示的に読み込ませます。
- launchExternal → const ProxyWebViewNavigationAction
-
正規化済み URL を外部へ委譲します。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ProxyWebViewNavigationAction> - A constant List of the values in this enum, in order of their declaration.