Combu  3.2.2
Unity API Documentation
Combu.CombuPlatform Member List

This is the complete list of members for Combu.CombuPlatform, including all inherited members.

Authenticate(ILocalUser user, System.Action< bool > callback)Combu.CombuPlatformvirtual
Authenticate(string username, string password, System.Action< bool, string > callback)Combu.CombuPlatformvirtual
Authenticate(ILocalUser user, System.Action< bool, string > callback)Combu.CombuPlatformvirtual
Authenticate< T >(string username, string password, System.Action< bool, string > callback)Combu.CombuPlatformvirtual
CreateAchievement()Combu.CombuPlatformvirtual
CreateLeaderboard()Combu.CombuPlatformvirtual
GetLoading(ILeaderboard board)Combu.CombuPlatformvirtual
LoadAchievementDescriptions(System.Action< IAchievementDescription[]> callback)Combu.CombuPlatformvirtual
LoadAchievements(System.Action< IAchievement[]> callback)Combu.CombuPlatformvirtual
LoadAchievements< T >(System.Action< T[]> callback)Combu.CombuPlatformvirtual
LoadFriends(ILocalUser user, System.Action< bool > callback)Combu.CombuPlatformvirtual
LoadScores(string leaderboardID, System.Action< IScore[]> callback)Combu.CombuPlatformvirtual
LoadScores(string leaderboardID, int page, int countPerPage, System.Action< IScore[]> callback)Combu.CombuPlatformvirtual
LoadScores(string leaderboardID, TimeScope timeScope, int page, int countPerPage, System.Action< IScore[]> callback)Combu.CombuPlatform
LoadScores(ILeaderboard board, System.Action< bool > callback)Combu.CombuPlatformvirtual
LoadScoresByUser(string leaderboardId, User user, eLeaderboardInterval interval, int limit, System.Action< Score, int, string > callback)Combu.CombuPlatformvirtual
LoadUsers(string[] userIDs, System.Action< IUserProfile[]> callback)Combu.CombuPlatformvirtual
localUser (defined in Combu.CombuPlatform)Combu.CombuPlatform
Logout(System.Action callback)Combu.CombuPlatformvirtual
ReportProgress(string achievementId, double progress, System.Action< bool > callback)Combu.CombuPlatformvirtual
ReportProgress(string achievementId, int progress, System.Action< bool > callback)Combu.CombuPlatformvirtual
ReportScore(long score, string board, System.Action< bool > callback)Combu.CombuPlatformvirtual
ReportScore(string score, string board, System.Action< bool > callback)Combu.CombuPlatformvirtual
ReportScore(string score, string board, string username, System.Action< bool > callback)Combu.CombuPlatformvirtual
ResetAllAchievements(System.Action< bool > callback)Combu.CombuPlatformstatic
SetLocalUser(User user)Combu.CombuPlatformvirtual
ShowAchievementsUI()Combu.CombuPlatformvirtual
ShowLeaderboardUI()Combu.CombuPlatformvirtual