-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PushMessage implements Parcelable
Contains the push message. It has been correctly decrypted if decrypted is
true.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPushMessage.CREATOR
-
Constructor Summary
Constructors Constructor Description PushMessage(ByteArray content, Boolean decrypted)
-
Method Summary
Modifier and Type Method Description final ByteArraygetContent()Content of the push message. final BooleangetDecrypted()Whether it has been correctly decrypted. UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
Method Detail
-
getContent
final ByteArray getContent()
Content of the push message.
-
getDecrypted
final Boolean getDecrypted()
Whether it has been correctly decrypted.
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-