Show / Hide Table of Contents

Class EventsResource

The "events" collection of methods.

Inheritance
object
EventsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventsResource

Constructors

EventsResource(IClientService)

Constructs a new resource.

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

Methods

ListByPlayer()

Returns a list showing the current progress on events in this application for the currently authenticated user.

Declaration
public virtual EventsResource.ListByPlayerRequest ListByPlayer()
Returns
Type Description
EventsResource.ListByPlayerRequest

ListDefinitions()

Returns a list of the event definitions in this application.

Declaration
public virtual EventsResource.ListDefinitionsRequest ListDefinitions()
Returns
Type Description
EventsResource.ListDefinitionsRequest

Record(EventRecordRequest)

Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.

Declaration
public virtual EventsResource.RecordRequest Record(EventRecordRequest body)
Parameters
Type Name Description
EventRecordRequest body

The body of the request.

Returns
Type Description
EventsResource.RecordRequest
In this article
Back to top Generated by DocFX