CloudOnce v2.7.5
Unified Game Services API
CloudOnce.CloudPrefs Namespace Reference

Classes

class  CloudBool
 Used to store bools in the cloud. More...
 
class  CloudCurrencyFloat
 Used to create virtual currencies that gets stored in the cloud. This type uses float values. It has a special conflict resolution system based on this article: https://developer.android.com/training/cloudsave/conflict-res.html More...
 
class  CloudCurrencyInt
 Used to create virtual currencies that gets stored in the cloud. This type uses int values. It has a special conflict resolution system based on this article: https://developer.android.com/training/cloudsave/conflict-res.html More...
 
class  CloudDateTime
 
class  CloudDecimal
 Used to store decimals in the cloud. More...
 
class  CloudDouble
 Used to store doubles in the cloud. More...
 
class  CloudFloat
 Used to store floats in the cloud. More...
 
class  CloudInt
 Used to store ints in the cloud. More...
 
class  CloudLong
 
class  CloudString
 Used to store strings in the cloud. More...
 
class  CloudUInt
 Used to store uints in the cloud. More...