export declare namespace PhonePeSDKWebConstants { namespace General { const reject = "reject"; const resolve = "resolve"; const callbackId = "callbackId"; const prefName = "prefName"; const key = "key"; const defaultValue = "defaultValue"; const value = "value"; const min = "min"; const max = "max"; } namespace Preferences { const androidBridgeName = "PreferencesBridge"; const getItem = "getItem"; const setItem = "setItem"; const removeItem = "removeItem"; const removeItemAndroid = "removeKey"; } namespace Metadata { const supportedVersion = "getSupportedWebSDKVersion"; const androidBridgeName = "MetadataBridge"; } namespace Location { const androidBridgeName = "LocationBridge"; const startUpdatingLocation = "startUpdatingLocation"; const stopUpdatingLocation = "stopUpdatingLocation"; const getCurrentLocation = "getCurrentLocation"; const locationSuccessEventKey = "locationUpdated"; const locationFailureEventKey = "failedToUpdateLocation"; const forceNewLocation = "forceNew"; const getAddress = "getAddress"; } namespace Navigation { const androidBridgeName = "NavigationBridge"; const processRequest = "processRequest"; const navigateToPath = "navigateToPath"; const navigateToPathForResult = "navigateToPathForResult"; const navigateToGenericPaymentForResult = "navigateToGenericPaymentForResult"; const navigateToGenericPayment = "navigateToGenericPayment"; } namespace NavigationIOS { const navigateToPaymentsView = "openPaymentsPage"; const navigateToTransactionDetail = "openTransactionDetailsPage"; const navigateToGenericPaymentsView = "openGenericPaymentsPage"; const navigateToHelpPage = "openHelpPage"; const navigateToReactView = "openReactView"; } namespace Payments { const merchantId = "merchantId"; const discoveryMode = "mode"; const discoveryModeValue = "PEER_TO_MERCHANT"; const title = "Pay"; const transactionType = "SENT_PAYMENT"; const timeoutTitle = "Payment Expired"; const timeoutMessage = "Sorry! Your payment request timed out. Please try again."; const timeoutActionButtonTitle = "OK"; const dismissTitle = "Are you sure?"; const dismissMessage = "Going back will cancel the payment. Are you sure you want to proceed?"; const dismissPositiveButtonTitle = "I'm sure"; const dismissNegativeButtonTitle = "Dismiss"; } namespace User { const getUserDetails = "getUserDetails"; const androidBridgeName = "UserBridge"; const attributes = "attributes"; } namespace Camera { const androidBridgeName = "CameraBridge"; const scanQRCode = "scanQRCode"; const startCamera = "startCamera"; } }