Package 

Class RememberSessionKt

    • Method Summary

      Modifier and Type Method Description
      final static Session rememberSession(TokenSource tokenSource, SessionOptions options) Creates and manages a Session object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • rememberSession

        @Composable() final static Session rememberSession(TokenSource tokenSource, SessionOptions options)

        Creates and manages a Session object.

        Parameters:
        tokenSource - The TokenSource that should be used to connect to the Room
        options - Options to be used for this session.