Enum PlayersResource.ListRequest.CollectionEnum
Collection of players being retrieved
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public enum PlayersResource.ListRequest.CollectionEnum
Fields
| Name | Description |
|---|---|
| CONNECTED | Retrieve a list of players that are also playing this game in reverse chronological order. |
| FRIENDSALL | Retrieve a list of players who are friends of the user in alphabetical order. |
| VISIBLE | Retrieve a list of players in the user's social graph that are visible to this game. |