EdfaApplePay class

Constructors

EdfaApplePay()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize(BuildContext context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAuthentication(dynamic callback(Map response)) EdfaApplePay
onError(dynamic callback(Map response)) EdfaApplePay
onPresent(dynamic callback(BuildContext context)) EdfaApplePay
onTransactionFailure(dynamic callback(Map response)) EdfaApplePay
onTransactionSuccess(dynamic callback(Map response)) EdfaApplePay
setApplePayMerchantID(String applePayMerchantID) EdfaApplePay
setOrder(EdfaPgSaleOrder order) EdfaApplePay
setPayer(EdfaPgPayer payer) EdfaApplePay
toString() String
A string representation of this object.
inherited
widget() Widget

Operators

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