-
public class SessionInfo.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SessionInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SessionInfogetStoredSessionInfo()Performs disk IO. final UnitclearSavedSessionFromDisk()-
-
Method Detail
-
getStoredSessionInfo
final SessionInfo getStoredSessionInfo()
Performs disk IO. Do not call from main thread
-
clearSavedSessionFromDisk
final Unit clearSavedSessionFromDisk()
-
-
-
-