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