Exemplo n.º 1
0
 public void RemovePrivateProperty(string key, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), key, onSuccess, onFailure);
 }
Exemplo n.º 2
0
 public bool SetLanguage(string languageCode)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), languageCode);
     return(false);
 }
Exemplo n.º 3
0
 public void SendInvite(string channelId, InviteContent customInviteContent, Action onComplete, Action onCancel,
                        Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), channelId, customInviteContent,
                              onComplete, onCancel, onFailure);
 }
Exemplo n.º 4
0
 public void DeleteActivity(string activityId, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), activityId, onSuccess, onFailure);
 }
Exemplo n.º 5
0
 public void HandleOnStartUnityEvent()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
 }
Exemplo n.º 6
0
 public void PostCommentToActivity(string activityId, ActivityPostContent comment, Action <ActivityPost> onSuccess,
                                   Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), activityId, comment, onSuccess, onFailure);
 }
Exemplo n.º 7
0
 public void GetActivityLikers(string activityId, int offset, int limit, Action <List <PublicUser> > onSuccess,
                               Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), offset, limit, onSuccess, onFailure);
 }
Exemplo n.º 8
0
 public void SwitchUser(AuthIdentity authIdentity, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), authIdentity, onSuccess,
                              onFailure);
 }
Exemplo n.º 9
0
 public void WhenInitialized(Action action)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), action);
 }
Exemplo n.º 10
0
 public void FindUsers(UsersQuery query, Action <List <UserReference> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), query, onSuccess, onFailure);
 }
Exemplo n.º 11
0
 public void RemoveAuthIdentity(string providerId, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), providerId, onSuccess, onFailure);
 }
Exemplo n.º 12
0
 public void GetUserById(string userId, Action <PublicUser> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userId, onSuccess, onFailure);
 }
Exemplo n.º 13
0
 public void AddAuthIdentity(AuthIdentity authIdentity, Action onComplete, Action <GetSocialError> onFailure, Action <ConflictUser> onConflict)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), authIdentity, onComplete,
                              onFailure, onConflict);
 }
Exemplo n.º 14
0
 public void Init(string appId)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), appId);
 }
Exemplo n.º 15
0
 public void GetActivities(ActivitiesQuery query, Action <List <ActivityPost> > onSuccess,
                           Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), query, onSuccess, onFailure);
 }
Exemplo n.º 16
0
 public void SetFriends(List <string> userIds, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userIds, onSuccess,
                              onFailure);
 }
Exemplo n.º 17
0
 public void PostActivityToFeed(string feed, ActivityPostContent content, Action <ActivityPost> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), content, onSuccess, onFailure);
 }
Exemplo n.º 18
0
 public void SetFriendsByAuthIdentities(string providerId, List <string> providerUserIds, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), providerId, providerUserIds, onSuccess,
                              onFailure);
 }
Exemplo n.º 19
0
 public void LikeActivity(string activityId, bool isLiked, Action <ActivityPost> onSuccess,
                          Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), activityId, isLiked, onSuccess, onFailure);
 }
Exemplo n.º 20
0
 public void IsFriend(string userId, Action <bool> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), userId, onSuccess,
                              onFailure);
 }
Exemplo n.º 21
0
 public void ReportActivity(string activityId, ReportingReason reportingReason, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), activityId, reportingReason, onSuccess, onFailure);
 }
Exemplo n.º 22
0
 public void GetFriendsCount(Action <int> onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess,
                              onFailure);
 }
Exemplo n.º 23
0
 public void Reset()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
 }
Exemplo n.º 24
0
 public void GetSuggestedFriends(int offset, int limit, Action <List <SuggestedFriend> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), offset, limit, onSuccess,
                              onFailure);
 }
Exemplo n.º 25
0
 public string GetLanguage()
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod());
     return(null);
 }
Exemplo n.º 26
0
 public void GetFriendsReferences(Action <List <UserReference> > onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), onSuccess,
                              onFailure);
 }
Exemplo n.º 27
0
 public bool IsInviteChannelAvailable(string channelId)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), channelId);
     return(false);
 }
Exemplo n.º 28
0
 public void GetAnnouncements(string feed, Action <List <ActivityPost> > onSuccess,
                              Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), feed, onSuccess, onFailure);
 }
Exemplo n.º 29
0
 public bool RegisterInviteChannelPlugin(string channelId, InviteChannelPlugin inviteChannelPlugin)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), channelId, inviteChannelPlugin);
     return(false);
 }
Exemplo n.º 30
0
 public void SetPublicProperty(string key, string value, Action onSuccess, Action <GetSocialError> onFailure)
 {
     DebugUtils.LogMethodCall(MethodBase.GetCurrentMethod(), key, value, onSuccess, onFailure);
 }