Show / Hide Table of Contents

Enum ScoresResource.GetRequest.IncludeRankTypeEnum

The types of ranks to return. If the parameter is omitted, no ranks will be returned.

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

Fields

Name Description
ALL

Retrieve public and social ranks.

PUBLIC__

Retrieve public ranks, if the player is sharing their gameplay activity publicly.

SOCIAL

Retrieve the social rank.

Back to top