PushMessage

class PushMessage(val content: ByteArray, val decrypted: Boolean) : Parcelable

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

Constructors

Link copied to clipboard
constructor(content: ByteArray, decrypted: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Content of the push message.

Link copied to clipboard

Whether it has been correctly decrypted.

Functions

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