PGWNavigationDelegate class
Constructors
-
PGWNavigationDelegate({FutureOr<NavigationDecision> onNavigationRequest(NavigationRequest request)?, void onPageStarted(String url)?, void onPageFinished(String url)?, void onProgress(int progress)?, void onWebResourceError(WebResourceError error)?, void onUrlChange(UrlChange change)?, void onHttpAuthRequest(HttpAuthRequest request)?, void onInquiry(String paymentToken)?})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
onNavigationRequest
→ NavigationRequestCallback?
-
Invoked when a decision for a navigation request is pending.
finalinherited
-
onPageFinished
→ PageEventCallback?
-
Invoked when a page has finished loading.
finalinherited
-
onPageStarted
→ PageEventCallback?
-
Invoked when a page has started loading.
finalinherited
-
onProgress
→ ProgressCallback?
-
Invoked when a page is loading to report the progress.
finalinherited
-
onWebResourceError
→ WebResourceErrorCallback?
-
Invoked when a resource loading error occurred.
finalinherited
-
platform
→ PlatformNavigationDelegate
-
Implementation of
PlatformNavigationDelegate
for the current platform.
finalinherited
-
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