Interface AndroidLocalizedString

The AndroidLocalizedString object contains the configuration for the Android Wallet layout of the template.

Hierarchy

  • AndroidLocalizedString

Properties

Properties

defaultValue: {
    language: string;
    value: string;
}

Type declaration

  • language: string
  • value: string

Generated using TypeDoc