com.google.android.gms.games.multiplayer.realtime.RealTimeMessageReceivedListener |
![]() |
This interface is deprecated.
Use 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.
|
Called to notify the client that a reliable or unreliable message was received for a room.
Parameters | |
---|---|
message |
RealTimeMessage : The message that was received.
|