-
public class CustomTabPrefetchHelper.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CustomTabPrefetchHelper.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitmayLaunchUrl(Uri url)Prepare the session with prefetching the provided url final CustomTabsSessiongetPreparedSessionOnce()Obtain the prepared session and clear it. -
-
Method Detail
-
mayLaunchUrl
final Unit mayLaunchUrl(Uri url)
Prepare the session with prefetching the provided url
- Parameters:
url- The url to be prefetched
-
getPreparedSessionOnce
final CustomTabsSession getPreparedSessionOnce()
Obtain the prepared session and clear it.
-
-
-
-