![]() |
Essential Kit
|
This is the complete list of members for CloudServices, including all inherited members.
GetBool(string key) | CloudServices | static |
GetByteArray(string key) | CloudServices | static |
GetDouble(string key) | CloudServices | static |
GetFloat(string key) | CloudServices | static |
GetInt(string key) | CloudServices | static |
GetLong(string key) | CloudServices | static |
GetString(string key) | CloudServices | static |
HasKey(string key) | CloudServices | static |
OnSavedDataChange | CloudServices | static |
OnSynchronizeComplete | CloudServices | static |
OnUserChange | CloudServices | static |
RemoveKey(string key) | CloudServices | static |
SetBool(string key, bool value) | CloudServices | static |
SetByteArray(string key, byte[] value) | CloudServices | static |
SetDouble(string key, double value) | CloudServices | static |
SetFloat(string key, float value) | CloudServices | static |
SetInt(string key, int value) | CloudServices | static |
SetLong(string key, long value) | CloudServices | static |
SetString(string key, string value) | CloudServices | static |
Synchronize(Callback< CloudServicesSynchronizeResult > callback=null) | CloudServices | static |