BootpayPlatform class

Inheritance
Mixed-in types

Constructors

BootpayPlatform()

Properties

AndroidUserAgent → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
iOSUserAgent → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
WebUserAgent → String
no setter
webView ↔ BootpayWebView?
getter/setter pair

Methods

applicationId(String webApplicationId, String androidApplicationId, String iosApplicationId) → String
createWebView({Key? key, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, int? requestType}) → void
defaultOSUserAgent() → String
dismiss(BuildContext? context) → void
override
goBootpayRequest({Key? key, BuildContext? context, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, double? padding, int? requestType}) → Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageTrace({String? url, String? pageType, String? applicationId, String? userId, List<StatItem>? items, String? ver}) → Future<Response>
override
removePaymentWindow() → void
override
render({Key? key, BuildContext? context, Payload? payload}) → void
override
requestAuthentication({Key? key, BuildContext? context, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, double? webViewPadding, int? requestType}) → void
override
requestPassword({Key? key, BuildContext? context, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, double? webViewPadding, int? requestType}) → void
override
requestPayment({Key? key, BuildContext? context, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, double? webViewPadding, int? requestType}) → void
override
requestSubscription({Key? key, BuildContext? context, Payload? payload, bool? showCloseButton, Widget? closeButton, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, String? userAgent, double? webViewPadding, int? requestType}) → void
override
setLocale(String locale) → void
override
toString() → String
A string representation of this object.
inherited
transactionConfirm() → void
override
update({Key? key, BuildContext? context, Payload? payload}) → void
override
userTrace({String? id, String? email, int? gender, String? birth, String? phone, String? area, String? applicationId, String? ver}) → Future<Response>
override

Operators

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