-
public class CustomTabPrefetchHelper
-
-
Method Summary
Modifier and Type Method Description static voidmayLaunchUrl(Uri url)static CustomTabsSessiongetPreparedSessionOnce()voidonCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)voidonServiceDisconnected(ComponentName componentName)-
-
Method Detail
-
mayLaunchUrl
static void mayLaunchUrl(Uri url)
-
getPreparedSessionOnce
static CustomTabsSession getPreparedSessionOnce()
-
onCustomTabsServiceConnected
void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)
-
onServiceDisconnected
void onServiceDisconnected(ComponentName componentName)
-
-
-
-