Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Experimental.Api.Calendars.CalendarsService Class Reference

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

Inheritance diagram for Beamable.Experimental.Api.Calendars.CalendarsService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Experimental.Api.Calendars.CalendarsService:
Collaboration graph
[legend]

Public Member Functions

 CalendarsService (IPlatformService platform, IBeamableRequester requester, IDependencyProvider provider)
 
override Promise< EmptyResponseClaim (string calendarId)
 
override Promise< CalendarViewGetCurrent (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"
 

Detailed Description

This type defines the Client main entry point for the Calendars feature.

Related Links

img beamable-logo

Member Function Documentation

◆ Claim()

override Promise< EmptyResponse > Beamable.Experimental.Api.Calendars.CalendarsService.Claim ( string  calendarId)
inlinevirtual

◆ GetCurrent()

override Promise< CalendarView > Beamable.Experimental.Api.Calendars.CalendarsService.GetCurrent ( string  scope = "")
virtual

The documentation for this class was generated from the following file: