com.google.android.gms.games.multiplayer.realtime.OnRealTimeMessageReceivedListener |
Listener for message received callback, which is called when the client receives a message from a peer.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to notify the client that a reliable or unreliable message was received for a room.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called to notify the client that a reliable or unreliable message was received for a room.
Parameters | |
---|---|
message |
RealTimeMessage : The message that was received.
|