Allowed

A Initialized State indicating the permission has been granted

Parameters

P

the type of Permission associated with the state

Properties

Link copied to clipboard
abstract val deinitialize: suspend () -> PermissionState.Deinitialized<P>

Transitions into a Deinitialized State

Functions

Link copied to clipboard
abstract fun deny(locked: Boolean): suspend () -> PermissionState.Denied<P>

Transitions into a Denied State

Link copied to clipboard
open fun <S : KalugaState> remain(): suspend () -> S