Beamable SDK
|
Public Member Functions | |
CloudSavingService (PlatformService platform, PlatformRequester requester, CoroutineService coroutineService) | |
Promise< Unit > | Init (int pollingIntervalSecs=10) |
Promise< Unit > | ReinitializeUserData (int pollingIntervalSecs=10) |
Promise< ManifestResponse > | EnsureRemoteManifest () |
Public Member Functions inherited from Core.Platform.SDK.PlatformSubscribable< ManifestResponse, ManifestResponse > | |
PlatformSubscription< Data > | Subscribe (Action< Data > callback) |
PlatformSubscription< Data > | Subscribe (string scope, Action< Data > callback) |
Public Attributes | |
Action< ManifestResponse > | UpdateReceived |
Action< CloudSavingError > | OnError |
string | LocalCloudDataFullPath => localCloudDataPath.dataPath |
Protected Member Functions | |
override string | CreateRefreshUrl (string scope=null) |
override Promise< ManifestResponse > | ExecuteRequest (PlatformRequester requester, string url) |
override void | OnRefresh (ManifestResponse data) |
Protected Member Functions inherited from Core.Platform.SDK.PlatformSubscribable< ManifestResponse, ManifestResponse > | |
PlatformSubscribable (PlatformService platform, PlatformRequester requester, string service) | |
Promise< Unit > | Refresh () |
Promise< Unit > | Refresh (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< ManifestResponse, ManifestResponse > | |
PlatformService | platform |
PlatformRequester | requester |