UNPKG

253 BJavaScriptView Raw
1export const WebBrowserResultType = {
2 /**
3 * iOS only
4 */
5 CANCEL: 'cancel',
6 /**
7 * iOS only
8 */
9 DISMISS: 'dismiss',
10 /**
11 * Android only
12 */
13 OPENED: 'opened',
14};
15//# sourceMappingURL=WebBrowser.types.js.map
\No newline at end of file