-
- All Implemented Interfaces:
-
android.content.ServiceConnection
public class CustomTabPrefetchHelper extends CustomTabsServiceConnection
-
-
Method Summary
Modifier and Type Method Description static voidmayLaunchUrl(Uri url)static CustomTabsSessiongetPreparedSessionOnce()voidonCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)voidonServiceDisconnected(ComponentName componentName)-
Methods inherited from class androidx.browser.customtabs.CustomTabsServiceConnection
onCustomTabsServiceConnected, onServiceConnected -
Methods inherited from class android.content.ServiceConnection
onBindingDied, onNullBinding, onServiceDisconnected -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
mayLaunchUrl
static void mayLaunchUrl(Uri url)
-
getPreparedSessionOnce
static CustomTabsSession getPreparedSessionOnce()
-
onCustomTabsServiceConnected
void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)
-
onServiceDisconnected
void onServiceDisconnected(ComponentName componentName)
-
-
-
-