Searched refs:getCustomTabsSupportingBrowsersAsync (Results 1 – 6 of 6) sorted by relevance
22 export async function getCustomTabsSupportingBrowsersAsync() { function23 if (!ExponentWebBrowser.getCustomTabsSupportingBrowsersAsync) {30 return await ExponentWebBrowser.getCustomTabsSupportingBrowsersAsync();
12 export declare function getCustomTabsSupportingBrowsersAsync(): Promise<WebBrowserCustomTabsResults… function
1 …getCustomTabsSupportingBrowsersAsync(): Promise<WebBrowserCustomTabsResults> {\n if (!ExponentWeb…
64 export async function getCustomTabsSupportingBrowsersAsync(): Promise<WebBrowserCustomTabsResults> { function65 if (!ExponentWebBrowser.getCustomTabsSupportingBrowsersAsync) {71 return await ExponentWebBrowser.getCustomTabsSupportingBrowsersAsync();
33 WebBrowser.getCustomTabsSupportingBrowsersAsync()48 const result = await WebBrowser.getCustomTabsSupportingBrowsersAsync();
30 fun getCustomTabsSupportingBrowsersAsync(): Bundle in openBrowserAsync() method219 val result = module.getCustomTabsSupportingBrowsersAsync() in openBrowserAsync()237 val result = module.getCustomTabsSupportingBrowsersAsync() in openBrowserAsync()