CloudOnce v2.7.5
Unified Game Services API
CloudOnce Namespace Reference

Classes

class  Achievements
 Empty class that is overwritten by the CloudOnce Editor. More...
 
class  Cloud
 Access point to the current platform-specific Cloud service provider More...
 
class  CloudRequestResult
 Used for callbacks when calling on methods in the native bridge plug-ins More...
 

Enumerations

enum  PersistenceType : short { Latest , Highest , Lowest }
 The method of conflict resolution to be used in case of a data conflict. Can happen if the data is altered by a different device. PersistenceType.Latest will prefer the latest (newest) value. PersistenceType.Highest will prefer the highest value. PersistenceType.Lowest will prefer the lowest value.
 
enum  Interval {
  Disabled , Every30Seconds = 30 , Every60Seconds = 60 , Every90Seconds = 90 ,
  Every120Seconds = 120 , Every300Seconds = 300 , Every600Seconds = 600
}