Pin code : add simple grace period
This commit is contained in:
parent
8c115d2982
commit
cb6a07b90d
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