Object SessionController
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public class SessionController
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSessionController.OnSessionFinishListener
-
Field Summary
Fields Modifier and Type Field Description private final LongsessionStartTimeEpochprivate final BooleansessionRunningprivate final LongsessionDurationInSecondspublic final static SessionControllerINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetSessionStartTimeEpoch()final BooleangetSessionRunning()-
-
Method Detail
-
getSessionStartTimeEpoch
@Synchronized() final Long getSessionStartTimeEpoch()
-
getSessionRunning
final Boolean getSessionRunning()
-
-
-
-