IntentMobileBrowserTypeEnum
Describes the browser that was used to view an intent on mobile.
enum IntentMobileBrowserTypeEnum {
APP_BUTTON
APP_FLIPGIVE_WEBVIEW
APP_CHROME
APP_SAFARI
APP_CHROME_ESCAPE
APP_SAFARI_ESCAPE
}
Values
IntentMobileBrowserTypeEnum.APP_BUTTON
The Button browser
IntentMobileBrowserTypeEnum.APP_FLIPGIVE_WEBVIEW
The FlipGive webview
IntentMobileBrowserTypeEnum.APP_CHROME
The native Chrome browser on Android devices
IntentMobileBrowserTypeEnum.APP_SAFARI
The native Safari browser on iOS devices
IntentMobileBrowserTypeEnum.APP_CHROME_ESCAPE
The native Chrome browser viewed after using the escape hatch on the webview
IntentMobileBrowserTypeEnum.APP_SAFARI_ESCAPE
The native Safari browser viewed after using the escape hatch on the webview