SenderNotificationPermission

@Serializable
data class SenderNotificationPermission(val key: String) : PushCondition

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
@SerialName(value = "key")
val key: String