|
Beamable SDK
|
This type defines the Client main entry point for the Calendars feature. More...


Public Member Functions | |
| CalendarsService (IPlatformService platform, IBeamableRequester requester, IDependencyProvider provider) | |
| override Promise< EmptyResponse > | Claim (string calendarId) |
| override Promise< CalendarView > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Experimental.Common.Api.Calendars.AbsCalendarApi | |
| AbsCalendarApi (IBeamableRequester requester, IUserContext ctx) | |
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... | |
Properties | |
| CalendarsSubscription | Subscribable [get] |
Properties inherited from Beamable.Experimental.Common.Api.Calendars.AbsCalendarApi | |
| IBeamableRequester | Requester [get] |
| IUserContext | Ctx [get] |
Properties inherited from Beamable.Api.IHasPlatformSubscriber< CalendarsSubscription, CalendarQueryResponse, CalendarView > | |
| TPlatformSubscriber | Subscribable [get] |
| Allows scopes to consume fresh data when available. | |
Additional Inherited Members | |
Static Protected Attributes inherited from Beamable.Experimental.Common.Api.Calendars.AbsCalendarApi | |
| const string | SERVICE_NAME = "calendars" |
This type defines the Client main entry point for the Calendars feature.

|
inlinevirtual |
Reimplemented from Beamable.Experimental.Common.Api.Calendars.AbsCalendarApi.
|
virtual |