Package 

Object CustomTabPrefetchHelper.Companion

    • Method Summary

      Modifier and Type Method Description
      final Unit mayLaunchUrl(Uri url) Prepare the session with prefetching the provided url
      final <ERROR CLASS> getPreparedSessionOnce() Obtain the prepared session and clear it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 <ERROR CLASS> getPreparedSessionOnce()

        Obtain the prepared session and clear it.