java.lang.Object | |
↳ | com.google.android.gms.games.multiplayer.ParticipantUtils |
Utilities for working with multiplayer participants.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the participant ID corresponding to a given player ID.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the participant ID corresponding to a given player ID. If none of the provided participants represent the provided player, the return value will be null.
participants | List of Participant s to check. |
---|---|
playerId | The player ID to find participant ID for. |