WakeLock

interface WakeLock(source)

Defines the WakeLock contract for the SDAI domain layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard
abstract fun acquire(timeout: Long)

Executes the acquire step in the SDAI domain layer.

Link copied to clipboard
abstract fun release()

Executes the release step in the SDAI domain layer.