Package-level declarations
Types
Link copied to clipboard
class SLDefaultModeManager(androidContext: Context, initialMode: SLMode, applyChanges: (SLMode) -> Unit, combainActivityDetector: SLCombainActivityDetector, gpsService: SLGpsService) : SLModeManager
Link copied to clipboard
interface SLModeManager
Described a mode manager. You can create a custom implementation if you want to control the mode. Otherwise the default mode manager will be used.
Link copied to clipboard