Show / Hide Table of Contents

Class PushtokensResource

The "pushtokens" collection of methods.

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

Constructors

PushtokensResource(IClientService)

Constructs a new resource.

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

Methods

Remove(PushTokenId)

Removes a push token for the current user and application. Removing a non-existent push token will report success.

Declaration
public virtual PushtokensResource.RemoveRequest Remove(PushTokenId body)
Parameters
Type Name Description
PushTokenId body

The body of the request.

Returns
Type Description
PushtokensResource.RemoveRequest

Update(PushToken)

Registers a push token for the current user and application.

Declaration
public virtual PushtokensResource.UpdateRequest Update(PushToken body)
Parameters
Type Name Description
PushToken body

The body of the request.

Returns
Type Description
PushtokensResource.UpdateRequest
Back to top