SubscriptionInfo

data class SubscriptionInfo(var endpoint: String, var keys: KeyInfo)

Subscription Information, the endpoint to send push messages to and the key information that can be used to encrypt payloads

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard