WinNavigationDelegate class

Constructors

WinNavigationDelegate({NavigationRequestCallback? onNavigationRequest, PageEventCallback? onPageStarted, PageEventCallback? onPageFinished, HttpResponseErrorCallback? onHttpError, SslAuthErrorCallback? onSslAuthError, ProgressCallback? onProgress, WebResourceErrorCallback? onWebResourceError, UrlChangedCallback? onUrlChange, PageTitleChangedCallback? onPageTitleChanged, FullScreenChangedCallback? onFullScreenChanged, HistoryChangedCallback? onHistoryChanged})

Properties

hashCode int
The hash code for this object.
no setterinherited
onFullScreenChanged FullScreenChangedCallback?
final
onHistoryChanged HistoryChangedCallback?
final
onHttpError → HttpResponseErrorCallback?
final
onNavigationRequest → NavigationRequestCallback?
final
onPageFinished → PageEventCallback?
final
onPageStarted → PageEventCallback?
final
onPageTitleChanged PageTitleChangedCallback?
final
onProgress → ProgressCallback?
final
onSslAuthError → SslAuthErrorCallback?
final
onUrlChange UrlChangedCallback?
final
onWebResourceError → WebResourceErrorCallback?
final
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