Beamable SDK
|
This type defines the Microservice main entry point for the Events feature. More...
Additional Inherited Members | |
Public Member Functions inherited from Beamable.Common.Api.Events.IEventsApi | |
Promise< EventClaimResponse > | Claim (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< Unit > | SetScore (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... | |
This type defines the Microservice main entry point for the Events feature.