NavigationType class

Class that represents the type of action triggering a navigation for the PlatformWebViewCreationParams.shouldOverrideUrlLoading event.

Properties

hashCode int
The hash code for this object.
no setteroverride
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
toNativeValue() int
Gets int native value.
toString() String
A string representation of this object.
override
toValue() int
Gets int value.

Operators

operator ==(Object value) bool
The equality operator.
override

Static Properties

values Set<NavigationType>
Set of all values of NavigationType.
final

Static Methods

fromNativeValue(int? value) NavigationType?
Gets a possible NavigationType instance from a native value.
fromValue(int? value) NavigationType?
Gets a possible NavigationType instance from int value.

Constants

BACK_FORWARD → const NavigationType
An item from the back-forward list was requested.
FORM_RESUBMITTED → const NavigationType
A form was resubmitted (for example by going back, going forward, or reloading).
FORM_SUBMITTED → const NavigationType
A form was submitted.
A link with an href attribute was activated by the user.
OTHER → const NavigationType
Navigation is taking place for some other reason.
RELOAD → const NavigationType
The webpage was reloaded.