SdkSessionManager class

Constructors

SdkSessionManager()
factory

Properties

checkoutModel PaymentCheckout?
getter/setter pair
configModel PaymentConfig?
getter/setter pair
externalTransactionId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
onPayment ↔ dynamic Function(PaymentResponse paymentResponse)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
initialize({required PaymentCheckout checkoutModel, required PaymentConfig configModel, required dynamic onPayment(PaymentResponse paymentResponse), required String externalTransactionId}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendPaymentData(PaymentResponse response) → void
toString() String
A string representation of this object.
inherited

Operators

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