Package-level declarations
Types
Link copied to clipboard
Signals that there is currently no active connection to a remote device.
Link copied to clipboard
class PermissionNotGrantedException(action: String, val notGranted: List<String>) : RuntimeException
Signals that at least one required permission has not been granted. notGranted contains a list of all permissions (their values of the android.Manifest.permission constants) that have not been granted.