Packagecom.myflashlab.air.extensions.googleGames
Classpublic class RealTimeMessage
InheritanceRealTimeMessage Inheritance Object

Message received from participants in a real-time room, which is passed to the client.



Public Properties
 PropertyDefined By
  isReliable : Boolean
[read-only] Whether this message was sent over a reliable channel.
RealTimeMessage
  messageData : String
[read-only] The message data.
RealTimeMessage
  senderParticipantId : String
[read-only] The participant ID of the message sender.
RealTimeMessage
Property Detail
isReliableproperty
isReliable:Boolean  [read-only]

Whether this message was sent over a reliable channel.


Implementation
    public function get isReliable():Boolean
messageDataproperty 
messageData:String  [read-only]

The message data.


Implementation
    public function get messageData():String
senderParticipantIdproperty 
senderParticipantId:String  [read-only]

The participant ID of the message sender.


Implementation
    public function get senderParticipantId():String