PushSubscription

@Serializable
data class PushSubscription(val endpoint: String, val keys: PushKeys)

Push subscription

Constructors

Link copied to clipboard
constructor(endpoint: String, keys: PushKeys)

Properties

Link copied to clipboard

Endpoint URL that is called when a notification event occurs.

Link copied to clipboard

Push server keys.