Show / Hide Table of Contents

Enum AchievementsResource.ListRequest.StateEnum

Tells the server to return only achievements with the specified state. If this parameter isn't specified, all achievements are returned.

Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public enum AchievementsResource.ListRequest.StateEnum

Fields

Name Description
ALL

List all achievements. This is the default.

HIDDEN

List only hidden achievements.

REVEALED

List only revealed achievements.

UNLOCKED

List only unlocked achievements.

In This Article
Back to top Generated by DocFX