LinkMobileBrowserType
Describes the type of browser to use on mobile.
enum LinkMobileBrowserType {
NATIVE
BUTTON
WEBVIEW
}
Values
LinkMobileBrowserType.NATIVE
Use the native browser of the phone (Safari on iOS, Chrome on Android)
LinkMobileBrowserType.BUTTON
Use the Button browser
LinkMobileBrowserType.WEBVIEW
Use the FlipGive webview
Member of
Link object