Interface AndroidLocalizedString

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

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

Properties

Properties

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

Type declaration

  • language: string
  • value: string