Show / Hide Table of Contents

Enum PlayersResource.ListRequest.CollectionEnum

Collection of players being retrieved

Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public enum CollectionEnum : int

Fields

Name Description
Connected

Retrieve a list of players that are also playing this game in reverse chronological order.

PlayedWith

Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.

Visible

Retrieve a list of players in the user's social graph that are visible to this game.

Back to top