Public Member Functions | |
MicroserviceEventsApi (IBeamableRequester requester, IUserContext ctx) | |
override Promise< EventsGetResponse > | GetCurrent (string scope="") |
![]() | |
virtual Promise< EventClaimResponse > | Claim (string eventId) |
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... | |
![]() | |
Promise< TData > | GetCurrent (string scope="") |
Additional Inherited Members | |
![]() | |
const string | SERVICE_NAME = "event-players" |
![]() | |
AbsEventsApi (IBeamableRequester requester, IUserContext ctx) | |
![]() | |
IBeamableRequester | Requester [get] |
IUserContext | Ctx [get] |