WalletSDKFeaturesConfiguration class

Constructors

WalletSDKFeaturesConfiguration({bool paymentCardBackendImageVisibility = false, bool backendPreonboardingImagesVisibility = false, bool switchToUsername = false, bool switchToPassword = false, int reauthenticationTimer = 30, bool showBlurredVcnBalance = false, bool showBackButtonInWebviews = true, bool overrideBackButtonConfiguration = false, bool enableGeoFencing = true, bool enableInappProvisioning = true, bool multiLingualStatus = true, bool enableOrderPhysicalCard = true, bool enableVCNMultiCurrency = true, bool cacheAllRequests = false})

Properties

backendPreonboardingImagesVisibility bool
final
cacheAllRequests bool
final
enableGeoFencing bool
final
enableInappProvisioning bool
final
enableOrderPhysicalCard bool
final
enableVCNMultiCurrency bool
final
hashCode int
The hash code for this object.
no setterinherited
multiLingualStatus bool
final
overrideBackButtonConfiguration bool
final
paymentCardBackendImageVisibility bool
final
reauthenticationTimer int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBackButtonInWebviews bool
final
showBlurredVcnBalance bool
final
switchToPassword bool
final
switchToUsername bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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