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