Class KvStore
[Obsolete("You should use the CloudService instance from CoherenceBridge to communicate with the coherence Cloud.")]
[Deprecated("01/03/2023", 1, 0, 0, Reason = "PlayClient has been deprecated, moved to non-static context, use CloudService instead.")]
public static class KvStore
- Inheritance
-
KvStore
Methods
Get(string, string)
public static string Get(string key, string defaultValue = null)
Parameters
Returns
Set(string, string)
public static bool Set(string key, string value)
Parameters
Returns
Unset(string)
public static bool Unset(string key)
Parameters
key
string