Show / Hide Table of Contents

Class AchievementDefinitionsResource

The "achievementDefinitions" collection of methods.

Inheritance
System.Object
AchievementDefinitionsResource
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class AchievementDefinitionsResource : object

Constructors

AchievementDefinitionsResource(IClientService)

Constructs a new resource.

Declaration
public AchievementDefinitionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List()

Lists all the achievement definitions for your application.

Declaration
public virtual AchievementDefinitionsResource.ListRequest List()
Returns
Type Description
AchievementDefinitionsResource.ListRequest
Back to top