Beamable SDK
|
Public Member Functions | |
EventsService (PlatformService platform, IBeamableRequester requester) | |
override Promise< EventClaimResponse > | Claim (string eventId) |
override Promise< EventsGetResponse > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Common.Api.Events.AbsEventsApi | |
virtual 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="") |
Properties | |
EventSubscription | Subscribable [get] |
Properties inherited from Beamable.Common.Api.Events.AbsEventsApi | |
IBeamableRequester | Requester [get] |
IUserContext | Ctx [get] |
Properties inherited from Beamable.Api.IHasPlatformSubscriber< EventSubscription, EventsGetResponse, EventsGetResponse > | |
TPlatformSubscriber | Subscribable [get] |
Additional Inherited Members | |
Static Public Attributes inherited from Beamable.Common.Api.Events.AbsEventsApi | |
const string | SERVICE_NAME = "event-players" |
Protected Member Functions inherited from Beamable.Common.Api.Events.AbsEventsApi | |
AbsEventsApi (IBeamableRequester requester, IUserContext ctx) | |