Show / Hide Table of Contents

Class Social

Inheritance
Object
Social
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class Social

Properties

| Improve this Doc View Source

Active

Declaration
public static ISocialPlatform Active { get; set; }
Property Value
Type Description
ISocialPlatform
| Improve this Doc View Source

localUser

Declaration
public static ILocalUser localUser { get; }
Property Value
Type Description
ILocalUser

Methods

| Improve this Doc View Source

CreateAchievement()

Declaration
public static IAchievement CreateAchievement()
Returns
Type Description
IAchievement
| Improve this Doc View Source

CreateLeaderboard()

Declaration
public static ILeaderboard CreateLeaderboard()
Returns
Type Description
ILeaderboard
| Improve this Doc View Source

LoadAchievementDescriptions(Action<IAchievementDescription[]>)

Declaration
public static void LoadAchievementDescriptions(Action<IAchievementDescription[]> callback)
Parameters
Type Name Description
Action<IAchievementDescription[]> callback
| Improve this Doc View Source

LoadAchievements(Action<IAchievement[]>)

Declaration
public static void LoadAchievements(Action<IAchievement[]> callback)
Parameters
Type Name Description
Action<IAchievement[]> callback
| Improve this Doc View Source

LoadScores(String, Action<IScore[]>)

Declaration
public static void LoadScores(string leaderboardID, Action<IScore[]> callback)
Parameters
Type Name Description
String leaderboardID
Action<IScore[]> callback
| Improve this Doc View Source

LoadUsers(String[], Action<IUserProfile[]>)

Declaration
public static void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback)
Parameters
Type Name Description
String[] userIDs
Action<IUserProfile[]> callback
| Improve this Doc View Source

ReportProgress(String, Double, Action<Boolean>)

Declaration
public static void ReportProgress(string achievementID, double progress, Action<bool> callback)
Parameters
Type Name Description
String achievementID
Double progress
Action<Boolean> callback
| Improve this Doc View Source

ReportScore(Int64, String, Action<Boolean>)

Declaration
public static void ReportScore(long score, string board, Action<bool> callback)
Parameters
Type Name Description
Int64 score
String board
Action<Boolean> callback
| Improve this Doc View Source

ShowAchievementsUI()

Declaration
public static void ShowAchievementsUI()
| Improve this Doc View Source

ShowLeaderboardUI()

Declaration
public static void ShowLeaderboardUI()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX