BootpayPlatform class

Inheritance

Constructors

BootpayPlatform()

Properties

bioContainer BioContainer?
getter/setter pair
closeController BioDebounceCloseController
final
hashCode int
The hash code for this object.
no setterinherited
isShowModal bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applicationId(String webApplicationId, String androidApplicationId, String iosApplicationId) String
override
dismiss(BuildContext context) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePaymentWindow(BuildContext context) → void
override
requestEditPayment({Key? key, BuildContext? context, String? userToken, BioThemeData? themeData, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onDone}) → void
override
requestPaymentBio({Key? key, BuildContext? context, BioPayload? payload, BioThemeData? themeData, bool? showCloseButton, Widget? closeButton, Widget? bioCardMoreIcon, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone}) → void
override
requestPaymentPassword({Key? key, BuildContext? context, BioPayload? payload, BioThemeData? themeData, bool? showCloseButton, Widget? closeButton, Widget? bioCardMoreIcon, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone}) → void
override
requestPaymentPasswordNoBilling({Key? key, BuildContext? context, BioPayload? payload, BioThemeData? themeData, bool? showCloseButton, Widget? closeButton, Widget? bioCardMoreIcon, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone}) → void
override
showModalBioContainer({Key? key, BioPayload? payload, BioThemeData? themeData, bool? showCloseButton, Widget? closeButton, Widget? bioCardMoreIcon, BootpayDefaultCallback? onCancel, BootpayDefaultCallback? onError, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, BuildContext? context, int? easyType, bool? isEditMode}) → void
toString() String
A string representation of this object.
inherited
transactionConfirm() → void
override

Operators

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