PNFetchMessageItem
Encapsulates a message in terms of a batch history entry.
See also
Constructors
Properties
The message actions associated with the message. Is null if not requested via includeMessageActions. The key of the map is the action type. The value is another map, which key is the actual value of the message action, and the key being a list of actions, i.e. a list of UUIDs which have posted such a message action.
The error associated with message retrieval, if any. e.g. a message is unencrypted but PubNub instance is configured with the Crypto so PubNub can't decrypt the unencrypted message and return the message.
The actual message content.
The message type associated with the item.
Metadata of the message, if requested via includeMeta. Is null if not requested, otherwise an empty string if requested but no associated metadata.