Combu  2.1.14
Unity API Documentation
Classes | Enumerations
Combu Namespace Reference

This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/ More...

Classes

class  Achievement
 Achievement class implementing the Unity built-in Social interfaces (IAchievement, IAchievementDescription). More...
 
class  CombuManager
 Combu Manager class, it follows the Singleton pattern design (accessible through the 'instance' static property), it means that you shouldn't have more than one instance of this component in your scene. More...
 
class  CombuPlatform
 Combu Platform implementation of Unity built-in Social interfaces (ISocialPlatform). More...
 
class  CombuServerInfo
 Combu server info. More...
 
class  Inventory
 
class  Leaderboard
 
class  Mail
 
class  MailCount
 
class  Match
 
class  MatchAccount
 
class  MatchRound
 
class  MiniJSON
 
class  MiniJsonExtensions
 
class  News
 
class  Profile
 
class  ProfilePlatform
 
class  Score
 
class  SearchCustomData
 Search custom data. More...
 
class  Tournament
 Tournaments class. More...
 
class  User
 User class implementing the Unity built-in Social interfaces (specialized IUserProfile, ILocalUser). More...
 
class  UserFile
 
class  UserGroup
 

Enumerations

enum  eContactType : int { Friend = 0, Request, Ignore }
 Contact type. More...
 
enum  eMailList : int { Received = 0, Sent, Both }
 Mail list. More...
 
enum  eSearchOperator {
  Equals, Disequals, Like, Greater,
  GreaterOrEquals, Lower, LowerOrEquals
}
 Custom search operator. More...
 
enum  eLeaderboardInterval : int { Total = 0, Month, Week, Today }
 Leaderboard interval. More...
 
enum  eLeaderboardTimeScope : int { None, Month }
 Leaderboard time scope. More...
 

Detailed Description

This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/

JSON uses Arrays and Objects. These correspond here to the datatypes ArrayList and Hashtable. All numbers are parsed to doubles.

Enumeration Type Documentation

enum Combu.eContactType : int
strong

Contact type.

enum Combu.eLeaderboardInterval : int
strong

Leaderboard interval.

enum Combu.eLeaderboardTimeScope : int
strong

Leaderboard time scope.

enum Combu.eMailList : int
strong

Mail list.

enum Combu.eSearchOperator
strong

Custom search operator.