|
Beamable SDK
|


Public Member Functions | |
| MailService (PlatformService platform, IBeamableRequester requester) | |
| override Promise< MailQueryResponse > | GetCurrent (string scope="") |
Public Member Functions inherited from Beamable.Common.Api.Mail.AbsMailApi | |
| Promise< SearchMailResponse > | SearchMail (SearchMailRequest request) |
| Promise< ListMailResponse > | GetMail (string category, long startId=0, long limit=100) |
| Promise< EmptyResponse > | SendMail (MailSendRequest request) |
| Must be sent from an admin user or a microservice. More... | |
| Promise< EmptyResponse > | Update (MailUpdateRequest updates) |
| Promise< EmptyResponse > | AcceptMany (MailAcceptManyRequest manyRequest) |
| Accept all the attachments from a set of mail messages. More... | |
Public Member Functions inherited from Beamable.Common.Api.ISupportsGet< MailQueryResponse > | |
| Promise< TData > | GetCurrent (string scope="") |
Properties | |
| MailSubscription | Subscribable [get] |
Properties inherited from Beamable.Common.Api.Mail.AbsMailApi | |
| IBeamableRequester | Requester [get] |
| IUserContext | Ctx [get] |
Properties inherited from Beamable.Api.IHasPlatformSubscriber< MailSubscription, MailQueryResponse, MailQueryResponse > | |
| TPlatformSubscriber | Subscribable [get] |
Additional Inherited Members | |
Static Public Attributes inherited from Beamable.Common.Api.Mail.AbsMailApi | |
| const string | SERVICE_NAME = "mail" |
Protected Member Functions inherited from Beamable.Common.Api.Mail.AbsMailApi | |
| AbsMailApi (IBeamableRequester requester, IUserContext ctx) | |
1.8.17