ApiWebviewProvider class

Available Extensions

Constructors

ApiWebviewProvider(BioContainer? container, BioWebView? webView, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, BootpayNextJobCallback? onNextJob)

Properties

container BioContainer?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onCancel ↔ BootpayDefaultCallback?
getter/setter pair
onClose ↔ BootpayCloseCallback?
getter/setter pair
onConfirm ↔ BootpayConfirmCallback?
getter/setter pair
onConfirmAsync ↔ BootpayAsyncConfirmCallback?
getter/setter pair
onDone ↔ BootpayDefaultCallback?
getter/setter pair
onError ↔ BootpayDefaultCallback?
getter/setter pair
onIssued ↔ BootpayDefaultCallback?
getter/setter pair
onNextJob BootpayNextJobCallback?
getter/setter pair
payload BioPayload?
getter/setter pair
requestType int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webView BioWebView?
getter/setter pair

Methods

addNewCard(BioPayload payload, int type, {bool? doWorkNow = true}) → void
getBootpayJS(BioPayload payload, {String? otp, String? quota}) Future<String>
initWebViewCallback(WebViewCallback onWebViewCancel, WebViewCallback onWebViewError, WebViewCallback onWebViewClose, WebViewCallback onWebViewIssued, WebViewCallback onWebViewConfirm, WebViewCallback onWebViewDone, WebViewCallback onWebViewRedirect, WebViewCallback onWebViewEasySuccess, WebViewCallback onWebViewEasyError) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePaymentWindow() → void
requestAddBioData(BioPayload payload, {int? type, bool? doWorkNow = true}) Future<void>
requestBioForPay(BioPayload payload, String otp, int type, {String? cardQuota, bool? doWorkNow = true}) Future<void>
requestDeleteCard(BioPayload payload, int type, {bool? doWorkNow = true}) Future<void>
requestPasswordForPay(BioPayload payload, int type, {bool? doWorkNow = true}) Future<void>
requestPasswordToken(BioPayload payload, {int? type, bool? doWorkNow = true}) Future<void>
requestTotalPay(BioPayload payload, int type, {bool? doWorkNow = true}) → void
toString() String
A string representation of this object.
inherited
updateProgressShow(bool isShow) → void

Operators

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