Beamable SDK
List of all members
Beamable.Server.Api.Events.IMicroserviceEventsApi Interface Reference

This type defines the Microservice main entry point for the Events feature. More...

Inheritance diagram for Beamable.Server.Api.Events.IMicroserviceEventsApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Api.Events.IMicroserviceEventsApi:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Beamable.Common.Api.Events.IEventsApi
Promise< EventClaimResponseClaim (string eventId)
 Claim the earned rewards for an event. This method will throw an exception if the player has never submitted a score to the event. More...
 
Promise< UnitSetScore (string eventId, double score, bool incremental=false, IDictionary< string, object > stats=null)
 Submit a score for the current player. Note that this is only allowed if the event has the write_self permission. More...
 
- Public Member Functions inherited from Beamable.Common.Api.ISupportsGet< EventsGetResponse >
Promise< TData > GetCurrent (string scope="")
 Manually fetch the available data. If the server hasn't delivered a new update, this method will not return the absolute latest data unless you pass forceRefresh as true. More...
 

Detailed Description

This type defines the Microservice main entry point for the Events feature.

Related Links

img beamable-logo


The documentation for this interface was generated from the following file: