Class AchievementConfigurationsResource
The "achievementConfigurations" collection of methods.
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class AchievementConfigurationsResource
Constructors
AchievementConfigurationsResource(IClientService)
Constructs a new resource.
Declaration
public AchievementConfigurationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Delete the achievement configuration with the given ID.
Declaration
public virtual AchievementConfigurationsResource.DeleteRequest Delete(string achievementId)
Parameters
Type | Name | Description |
---|---|---|
string | achievementId | The ID of the achievement used by this method. |
Returns
Type | Description |
---|---|
AchievementConfigurationsResource.DeleteRequest |
Get(string)
Retrieves the metadata of the achievement configuration with the given ID.
Declaration
public virtual AchievementConfigurationsResource.GetRequest Get(string achievementId)
Parameters
Type | Name | Description |
---|---|---|
string | achievementId | The ID of the achievement used by this method. |
Returns
Type | Description |
---|---|
AchievementConfigurationsResource.GetRequest |
Insert(AchievementConfiguration, string)
Insert a new achievement configuration in this application.
Declaration
public virtual AchievementConfigurationsResource.InsertRequest Insert(AchievementConfiguration body, string applicationId)
Parameters
Type | Name | Description |
---|---|---|
AchievementConfiguration | body | The body of the request. |
string | applicationId | The application ID from the Google Play developer console. |
Returns
Type | Description |
---|---|
AchievementConfigurationsResource.InsertRequest |
List(string)
Returns a list of the achievement configurations in this application.
Declaration
public virtual AchievementConfigurationsResource.ListRequest List(string applicationId)
Parameters
Type | Name | Description |
---|---|---|
string | applicationId | The application ID from the Google Play developer console. |
Returns
Type | Description |
---|---|
AchievementConfigurationsResource.ListRequest |
Update(AchievementConfiguration, string)
Update the metadata of the achievement configuration with the given ID.
Declaration
public virtual AchievementConfigurationsResource.UpdateRequest Update(AchievementConfiguration body, string achievementId)
Parameters
Type | Name | Description |
---|---|---|
AchievementConfiguration | body | The body of the request. |
string | achievementId | The ID of the achievement used by this method. |
Returns
Type | Description |
---|---|
AchievementConfigurationsResource.UpdateRequest |