public void GetReferredUsers(Action <List <ReferredUser> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess, onFailure);
 }
 public void RemoveAuthIdentity(string providerId, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), providerId, onSuccess, onFailure);
 }
 public void SwitchUser(AuthIdentity authIdentity, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), authIdentity, onSuccess,
                              onFailure);
 }
 public void AddAuthIdentity(AuthIdentity authIdentity, Action onComplete, Action <GetSocialError> onFailure, Action <ConflictUser> onConflict)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), authIdentity, onComplete,
                              onFailure, onConflict);
 }
 public void GetUsersByAuthIdentities(string providerId, List <string> providerUserIds, Action <Dictionary <string, PublicUser> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), providerId, providerUserIds, onSuccess,
                              onFailure);
 }
 public void SetPublicProperty(string key, string value, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), key, value, onSuccess, onFailure);
 }
 public void RemovePrivateProperty(string key, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), key, onSuccess, onFailure);
 }
 public void SetNotificationsStatus(List <string> notificationsIds, string status, Action onSuccess,
                                    Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), notificationsIds, status, onSuccess, onError);
 }
 public void IsPushNotificationsEnabled(Action <bool> onSuccess, Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess, onError);
 }
 public void SetPushTokenListener(PushTokenListener listener)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), listener);
 }
 public void GetNotificationsCount(NotificationsCountQuery query, Action <int> onSuccess, Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), query, onSuccess, onError);
 }
 public void SetNotificationListener(NotificationListener listener)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), listener);
 }
 public void RegisterForPushNotifications()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
 }
 public void CreateInviteLink(LinkParams linkParams, Action <string> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess, onFailure);
 }
 public void SetAvatarUrl(string avatarUrl, Action onComplete, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), avatarUrl, onComplete, onFailure);
 }
 public void SendNotification(List <string> userIds, NotificationContent content, Action <NotificationsSummary> onSuccess, Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userIds, content, onSuccess, onError);
 }
 public void SetAvatar(Texture2D avatar, Action onComplete, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), avatar, onComplete, onFailure);
 }
 public bool SetOnUserChangedListener(Action listener)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), listener);
     return(true);
 }
 public void SetUserDetails(UserUpdate userUpdate, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userUpdate, onSuccess, onFailure);
 }
 public bool RemoveOnUserChangedListener()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
     return(true);
 }
 public void Init(string appId)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), appId);
 }
 public bool SetGlobalErrorListener(Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onError);
     return(false);
 }
 public void GetUserById(string userId, Action <PublicUser> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userId, onSuccess, onFailure);
 }
 public bool RemoveGlobalErrorListener()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
     return(false);
 }
 public void FindUsers(UsersQuery query, Action <List <UserReference> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), query, onSuccess, onFailure);
 }
 public void ResetUser(Action onSuccess, Action <GetSocialError> onError)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess, onError);
     onSuccess();
 }
 public void WhenInitialized(Action action)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), action);
 }
 public void SetDisplayName(string displayName, Action onComplete, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), displayName, onComplete, onFailure);
 }
 public void AddFriend(string userId, Action <int> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userId, onSuccess,
                              onFailure);
 }
 public void ClearReferralData()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
 }