react-native-unit-components
Version:
Unit React Native components
22 lines • 1.18 kB
JavaScript
export let UNWalletCode = /*#__PURE__*/function (UNWalletCode) {
UNWalletCode["Apple"] = "ApplePayPushProvision";
UNWalletCode["Google"] = "GooglePayPushProvision";
return UNWalletCode;
}({});
export let UNWalletName = /*#__PURE__*/function (UNWalletName) {
UNWalletName["Apple"] = "APPLE";
UNWalletName["Google"] = "GOOGLE";
return UNWalletName;
}({});
export let UNCardAddToWalletStatus = /*#__PURE__*/function (UNCardAddToWalletStatus) {
UNCardAddToWalletStatus[UNCardAddToWalletStatus["pending"] = 0] = "pending";
UNCardAddToWalletStatus["readyToProvisioning"] = "ReadyToProvision";
UNCardAddToWalletStatus["addedToWallet"] = "AlreadyProvisioned";
UNCardAddToWalletStatus["iosProvisionedInCurrentDevice"] = "ProvisionedInCurrentDevice";
UNCardAddToWalletStatus["iosProvisionedInPairedDevice"] = "ProvisionedInPairedDevice";
UNCardAddToWalletStatus["androidNotInstalled"] = "NotInstalled";
UNCardAddToWalletStatus["androidWalletSetupNotCompleted"] = "WalletSetupNotCompleted";
UNCardAddToWalletStatus["androidWalletAppUpdateAvailable"] = "WalletAppUpdateAvailable";
return UNCardAddToWalletStatus;
}({});
//# sourceMappingURL=wallet.types.js.map