Beamable SDK
|
This class defines the main entry point for the Announcements feature. More...
Public Member Functions | |
AnnouncementsService (PlatformService platform, IBeamableRequester requester) | |
override Promise< EmptyResponse > | Claim (List< string > ids) |
override Promise< EmptyResponse > | MarkDeleted (List< string > ids) |
override Promise< EmptyResponse > | MarkRead (List< string > ids) |
override Promise< AnnouncementQueryResponse > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Common.Api.Announcements.AbsAnnouncementsApi | |
Promise< EmptyResponse > | MarkRead (string id) |
Promise< EmptyResponse > | MarkDeleted (string id) |
Promise< EmptyResponse > | Claim (string id) |
Public Member Functions inherited from Beamable.Common.Api.ISupportsGet< AnnouncementQueryResponse > | |
Promise< TData > | GetCurrent (string scope="") |
Properties | |
AnnouncementsSubscription | Subscribable [get] |
Properties inherited from Beamable.Common.Api.Announcements.AbsAnnouncementsApi | |
IBeamableRequester | Requester [get] |
IUserContext | Ctx [get] |
Properties inherited from Beamable.Api.IHasPlatformSubscriber< AnnouncementsSubscription, AnnouncementQueryResponse, AnnouncementQueryResponse > | |
TPlatformSubscriber | Subscribable [get] |
Allows scopes to consume fresh data when available. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Beamable.Common.Api.Announcements.AbsAnnouncementsApi | |
AbsAnnouncementsApi (IBeamableRequester requester, IUserContext ctx) | |
This class defines the main entry point for the Announcements feature.