Beamable SDK
|
This type defines the Client main entry point for the Calendars feature. More...
Public Member Functions | |
AbsCalendarApi (IBeamableRequester requester, IUserContext ctx) | |
virtual Promise< EmptyResponse > | Claim (string calendarId) |
abstract Promise< CalendarView > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Common.Api.ISupportsGet< CalendarView > | |
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... | |
Static Protected Attributes | |
const string | SERVICE_NAME = "calendars" |
Properties | |
IBeamableRequester | Requester [get] |
IUserContext | Ctx [get] |
This type defines the Client main entry point for the Calendars feature.
|
inlinevirtual |