AcquireWakelockUseCaseImpl

Implements AcquireWakelockUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(wakeLockRepository: WakeLockRepository)

Properties

Link copied to clipboard

Exposes the wakeLockRepository value used by the SDAI domain layer.

Functions

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

Executes the invoke step in the SDAI domain layer.