BootpayWebView class

Inheritance

Constructors

BootpayWebView({Key? key, Payload? payload, bool? showCloseButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayCloseCallback? onCloseHardware, BootpayDefaultCallback? onReady, BootpayConfirmCallback? onConfirm, BootpayDefaultCallback? onDone, Widget? closeButton})

Properties

allowsInlineMediaPlayback bool
Controls whether inline playback of HTML5 videos is allowed on iOS.
finalinherited
closeButton Widget?
getter/setter pair
controller Completer<WebViewController>
final
debuggingEnabled bool
Controls whether WebView debugging is enabled.
finalinherited
gestureNavigationEnabled bool
A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.
finalinherited
gestureRecognizers Set<Factory<OneSequenceGestureRecognizer>>?
Which gestures should be consumed by the web view.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialMediaPlaybackPolicy → AutoMediaPlaybackPolicy
Which restrictions apply on automatic media playback.
finalinherited
initialUrl String?
The initial URL to load.
finalinherited
javascriptChannels Set<JavascriptChannel>?
The set of JavascriptChannels available to JavaScript code running in the web view.
finalinherited
javascriptMode → JavascriptMode
Whether Javascript execution is enabled.
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
final
A delegate function that decides how to handle navigation actions.
finalinherited
onCancel BootpayDefaultCallback?
final
onClose BootpayCloseCallback?
final
onCloseHardware BootpayCloseCallback?
final
onConfirm BootpayConfirmCallback?
final
onDone BootpayDefaultCallback?
final
onError BootpayDefaultCallback?
final
onPageFinished → PageFinishedCallback?
Invoked when a page has finished loading.
finalinherited
onPageStarted → PageStartedCallback?
Invoked when a page starts loading.
finalinherited
onProgress → PageLoadingCallback?
Invoked when a page is loading.
finalinherited
onReady BootpayDefaultCallback?
final
onShowHeader ShowHeaderCallback?
getter/setter pair
onWebResourceError → WebResourceErrorCallback?
Invoked when a web resource has failed to load.
finalinherited
onWebViewCreated → WebViewCreatedCallback?
If not null invoked once the web view is created.
finalinherited
payload Payload?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloseButton bool?
getter/setter pair
userAgent String?
The value used for the HTTP User-Agent: request header.
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePaymentWindow() → void
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
transactionConfirm(String data) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited