android-components / mozilla.components.concept.engine.permission / Permission / Generic

Generic

data class Generic : Permission (source)

Constructors

<init>

Generic(id: String?, desc: String? = "")

Properties

desc

val desc: String?

an optional description of what this permission type is for.

id

val id: String?

an optional native engine-specific ID of this permission.