Beamable SDK
|
Public Member Functions | |
Promise< EmptyResponse > | MarkRead (string id) |
virtual Promise< EmptyResponse > | MarkRead (List< string > ids) |
Promise< EmptyResponse > | MarkDeleted (string id) |
virtual Promise< EmptyResponse > | MarkDeleted (List< string > ids) |
Promise< EmptyResponse > | Claim (string id) |
virtual Promise< EmptyResponse > | Claim (List< string > ids) |
abstract Promise< AnnouncementQueryResponse > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Common.Api.ISupportsGet< AnnouncementQueryResponse > | |
Promise< TData > | GetCurrent (string scope="") |
Protected Member Functions | |
AbsAnnouncementsApi (IBeamableRequester requester, IUserContext ctx) | |
Properties | |
IBeamableRequester | Requester [get] |
IUserContext | Ctx [get] |