Envelope_Message enum

Inheritance

Constructors

Envelope_Message()
const

Values

channel → const Envelope_Message
channelJoin → const Envelope_Message
channelLeave → const Envelope_Message
channelMessage → const Envelope_Message
channelMessageAck → const Envelope_Message
channelMessageSend → const Envelope_Message
channelMessageUpdate → const Envelope_Message
channelMessageRemove → const Envelope_Message
channelPresenceEvent → const Envelope_Message
error → const Envelope_Message
match → const Envelope_Message
matchCreate → const Envelope_Message
matchData → const Envelope_Message
matchDataSend → const Envelope_Message
matchJoin → const Envelope_Message
matchLeave → const Envelope_Message
matchPresenceEvent → const Envelope_Message
matchmakerAdd → const Envelope_Message
matchmakerMatched → const Envelope_Message
matchmakerRemove → const Envelope_Message
matchmakerTicket → const Envelope_Message
notifications → const Envelope_Message
rpc → const Envelope_Message
status → const Envelope_Message
statusFollow → const Envelope_Message
statusPresenceEvent → const Envelope_Message
statusUnfollow → const Envelope_Message
statusUpdate → const Envelope_Message
streamData → const Envelope_Message
streamPresenceEvent → const Envelope_Message
ping → const Envelope_Message
pong → const Envelope_Message
party → const Envelope_Message
partyCreate → const Envelope_Message
partyJoin → const Envelope_Message
partyLeave → const Envelope_Message
partyPromote → const Envelope_Message
partyLeader → const Envelope_Message
partyAccept → const Envelope_Message
partyRemove → const Envelope_Message
partyClose → const Envelope_Message
partyJoinRequestList → const Envelope_Message
partyJoinRequest → const Envelope_Message
partyMatchmakerAdd → const Envelope_Message
partyMatchmakerRemove → const Envelope_Message
partyMatchmakerTicket → const Envelope_Message
partyData → const Envelope_Message
partyDataSend → const Envelope_Message
partyPresenceEvent → const Envelope_Message
notSet → const Envelope_Message

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Envelope_Message>
A constant List of the values in this enum, in order of their declaration.