-
- All Implemented Interfaces:
-
android.content.ServiceConnection
public final class CustomTabPrefetchHelper extends CustomTabsServiceConnection
This class is for internal use. SDK users should not access it directly.
The helper for scheduling prefetching for login custom tab.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCustomTabPrefetchHelper.Companion
-
Constructor Summary
Constructors Constructor Description CustomTabPrefetchHelper()
-
Method Summary
Modifier and Type Method Description UnitonCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)UnitonServiceDisconnected(ComponentName componentName)-
Methods inherited from class com.facebook.login.CustomTabPrefetchHelper
onServiceConnected -
Methods inherited from class androidx.browser.customtabs.CustomTabsServiceConnection
onBindingDied, onNullBinding -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onCustomTabsServiceConnected
Unit onCustomTabsServiceConnected(ComponentName name, CustomTabsClient newClient)
-
onServiceDisconnected
Unit onServiceDisconnected(ComponentName componentName)
-
-
-
-