AcquireWakelockUseCase

Defines the AcquireWakelockUseCase contract for the SDAI domain layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
object Companion

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

Functions

Link copied to clipboard
abstract operator fun invoke(timeout: Long = DEFAULT_TIMEOUT): Result<Unit>

Executes the invoke step in the SDAI domain layer.