|
Beamable SDK
|


Public Member Functions | |
| MailService (PlatformService platform, PlatformRequester requester) | |
| Promise< SearchMailResponse > | SearchMail (SearchMailRequest request) |
| Promise< ListMailResponse > | GetMail (string category, long startId=0, long limit=100) |
| Promise< EmptyResponse > | Update (MailUpdateRequest updates) |
Public Member Functions inherited from Core.Platform.SDK.PlatformSubscribable< MailQueryResponse, MailQueryResponse > | |
| PlatformSubscription< Data > | Subscribe (Action< Data > callback) |
| PlatformSubscription< Data > | Subscribe (string scope, Action< Data > callback) |
Protected Member Functions | |
| override void | OnRefresh (MailQueryResponse data) |
Protected Member Functions inherited from Core.Platform.SDK.PlatformSubscribable< MailQueryResponse, MailQueryResponse > | |
| PlatformSubscribable (PlatformService platform, PlatformRequester requester, string service) | |
| Promise< Unit > | Refresh () |
| Promise< Unit > | Refresh (string scope) |
| virtual Promise< ScopedRsp > | ExecuteRequest (PlatformRequester requester, string url) |
| virtual string | CreateRefreshUrl (string scope) |
| Data | GetData () |
| Data | GetData (string scope) |
| void | Notify (Data data) |
| void | Notify (string scope, Data data) |
| abstract void | OnRefresh (ScopedRsp data) |
| void | ScheduleRefresh (long seconds, string scope) |
| void | Unsubscribe (string scope, PlatformSubscription< Data > subscription) |
Additional Inherited Members | |
Protected Attributes inherited from Core.Platform.SDK.PlatformSubscribable< MailQueryResponse, MailQueryResponse > | |
| PlatformService | platform |
| PlatformRequester | requester |
1.8.17