WalletSDKFeaturesConfiguration constructor

WalletSDKFeaturesConfiguration({
  1. bool paymentCardBackendImageVisibility = false,
  2. bool backendPreonboardingImagesVisibility = false,
  3. bool switchToUsername = false,
  4. bool switchToPassword = false,
  5. int reauthenticationTimer = 30,
  6. bool showBlurredVcnBalance = false,
  7. bool showBackButtonInWebviews = true,
  8. bool overrideBackButtonConfiguration = false,
  9. bool enableGeoFencing = true,
  10. bool enableInappProvisioning = true,
  11. bool multiLingualStatus = true,
  12. bool enableOrderPhysicalCard = true,
  13. bool enableVCNMultiCurrency = true,
  14. 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,
});