java.lang.Object | |
↳ | com.google.android.gms.games.multiplayer.turnbased.TurnBasedMatchUpdateCallback |
Callback to invoke when an update to a turn-based match is received.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Callback invoked when a new update to a match arrives.
| |||||||||||
Callback invoked when a match has been removed from the local device.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Callback invoked when a new update to a match arrives. Note that if a listener receives this callback, the system will not display a notification for this event.
Parameters | |
---|---|
match |
TurnBasedMatch : The match that was received.
|
Callback invoked when a match has been removed from the local device. For example, this might occur if the player leaves the match on another device.
Parameters | |
---|---|
matchId |
String : The ID of the match that has been removed.
|