WakeLockRepositoryImpl

internal class WakeLockRepositoryImpl(val powerManager: () -> PowerManager) : WakeLockRepository(source)

Implements WakeLockRepository behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(powerManager: () -> PowerManager)

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI data layer.

Properties

Link copied to clipboard

Exposes the _wakeLock value used by the SDAI data layer.

Link copied to clipboard

Exposes the powerManager value used by the SDAI data layer.

Link copied to clipboard
open override val wakeLock: PowerManager.WakeLock

Exposes the wakeLock value used by the SDAI data layer.