WalletSDKFeaturesConfiguration constructor
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,
Implementation
WalletSDKFeaturesConfiguration({
this.paymentCardBackendImageVisibility = false,
this.backendPreonboardingImagesVisibility = false,
this.switchToUsername = false,
this.switchToPassword = false,
this.reauthenticationTimer = 30,
this.showBlurredVcnBalance = false,
this.showBackButtonInWebviews = true,
this.overrideBackButtonConfiguration = false,
this.enableGeoFencing = true,
this.enableInappProvisioning = true,
this.multiLingualStatus = true,
this.enableOrderPhysicalCard = true,
this.enableVCNMultiCurrency = true,
this.cacheAllRequests = false,
});