Package-level declarations

Types

Link copied to clipboard
class PublicKeySet(val pubKey: String, val auth: String) : Parcelable

Contains Web Push (public) keys information necessary for the application server to encrypt notification for this instance, following RFC8291

Link copied to clipboard
class PushEndpoint(val url: String, val pubKeySet: PublicKeySet?) : Parcelable

Contains the push endpoint and the associated PublicKeySet.

Link copied to clipboard
class PushMessage(val content: ByteArray, val decrypted: Boolean) : Parcelable

Contains the push message. It has been correctly decrypted if decrypted is true.