-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PushEndpoint implements Parcelable
Contains the push endpoint and the associated PublicKeySet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPushEndpoint.CREATOR
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final PublicKeySetpubKeySet
-
Constructor Summary
Constructors Constructor Description PushEndpoint(String url, PublicKeySet pubKeySet)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()URL to push notifications to. final PublicKeySetgetPubKeySet()Web Push public key set. UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
Constructor Detail
-
PushEndpoint
PushEndpoint(String url, PublicKeySet pubKeySet)
-
-
Method Detail
-
getPubKeySet
final PublicKeySet getPubKeySet()
Web Push public key set.
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-