Permanently

data class Permanently(permission: String) : PermissionStatus.Denied

Identifies a permanently denied permission. A permission can be permanently denied in the following cases:

  • below API 23 if it's not present in the manifest

  • since API 23 if the user checked "never ask again" in the permission dialog.

Parameters

permission

the permission related to this status.

Constructors

Permanently
Link copied to clipboard
fun Permanently(permission: String)

Properties

permission
Link copied to clipboard
open override val permission: String