class SessionFeature
(source)
Feature implementation for connecting the engine module with the session module.
SessionFeature(sessionManager: SessionManager, sessionUseCases: SessionUseCases, engineView: EngineView, sessionStorage: SessionStorage? = null, sessionId: String? = null)
Feature implementation for connecting the engine module with the session module. |
fun handleBackPressed(): Boolean
Handler for back pressed events in activities that use this feature. |
|
fun start(): Unit
Start feature: App is in the foreground. |
|
fun stop(): Unit
Stop feature: App is in the background. |