Pin code : add simple grace period
This commit is contained in:
parent
bdcd2714cc
commit
588565995c
4 changed files with 34 additions and 9 deletions
|
|
@ -21,6 +21,7 @@ import kotlinx.coroutines.flow.StateFlow
|
|||
interface PinStateService {
|
||||
val pinState: StateFlow<PinState>
|
||||
|
||||
suspend fun lock()
|
||||
suspend fun entersForeground()
|
||||
suspend fun entersBackground()
|
||||
suspend fun unlock()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue