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

ContentNotification

data class ContentNotification : Permission (source)

Constructors

<init>

ContentNotification(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.