Envelope class Basic Features Results
Represents a message received from a subscription.
- Inheritance
-
- Object
- BaseMessage
- Envelope
Properties
- channel → String
-
final
- content → dynamic
-
Actual content of the message.
finalinherited
- customMessageType → String?
-
final
- error ↔ PubNubException?
-
If message decryption failed then error
field contains PubNubExcpeption
getter/setter pairoverride-getter
- flags → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → dynamic
-
Alias for
content
.no setterinherited - messageType → MessageType
-
final
- originalMessage → dynamic
-
Original JSON message received from the server.
finalinherited
- originalRegion → int?
-
final
- originalTimetoken → Timetoken?
-
final
- payload → dynamic
-
no setter
- publishedAt → Timetoken
-
Timetoken at which the server accepted the message.
finalinherited
- region → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- subscriptionPattern → String?
-
final
- timetoken → Timetoken
-
Alias for
publishedAt
.no setterinherited - userMeta → dynamic
-
final
- uuid → UUID
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited