Example #1
0
 public void GetNotificationsCount(NotificationsCountQuery query, Action <int> onSuccess, Action <GetSocialError> onError)
 {
     _user.CallStatic("getNotificationsCount", query.ToAjo(), new IntCallbackProxy(onSuccess, onError));
 }