PushEndpoint

class PushEndpoint(val url: String, val pubKeySet: PublicKeySet?) : Parcelable

Contains the push endpoint and the associated PublicKeySet.

Constructors

Link copied to clipboard
constructor(url: String, pubKeySet: PublicKeySet?)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Web Push public key set.

Link copied to clipboard
val url: String

URL to push notifications to.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)