Permission

class Permission(val value: String)

Abstract permission identifier.

KTale does not assume any specific permission engine. A platform adapter decides how permissions are checked and represented.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String