Example #1
0
 public static extern int TIMProfileModifySelfUserProfile(IntPtr json_modify_self_user_profile_param, CommonValueCallback cb, IntPtr user_data);
Example #2
0
 public static extern int TIMConvGetTotalUnreadMessageCount(CommonValueCallback cb, IntPtr user_data);
Example #3
0
 public static extern int TIMMsgCancelSend(string conv_id, int conv_type, IntPtr message_id, CommonValueCallback cb, IntPtr user_data);
Example #4
0
 public static extern int TIMConvGetConvList(CommonValueCallback cb, IntPtr user_data);
Example #5
0
 public static extern int TIMConvGetConvInfo(IntPtr json_get_conv_list_param, CommonValueCallback cb, IntPtr user_data);
Example #6
0
 public static extern int TIMMsgGetMessageReadReceipts(IntPtr json_msg_array, CommonValueCallback cb, IntPtr user_data);
Example #7
0
 public static extern int TIMSetConfig(IntPtr json_config, CommonValueCallback cb, IntPtr user_data);
Example #8
0
 public static extern int TIMFriendshipModifyFriendGroup(IntPtr json_modify_friend_group_param, CommonValueCallback cb, IntPtr user_data);
Example #9
0
 public static extern int TIMFriendshipDeleteFriendGroup(IntPtr json_delete_friend_group_param, CommonValueCallback cb, IntPtr user_data);
Example #10
0
 public static extern int TIMFriendshipCheckFriendType(IntPtr json_check_friend_list_param, CommonValueCallback cb, IntPtr user_data);
Example #11
0
 public static extern int TIMFriendshipGetFriendGroupList(IntPtr json_get_friend_group_list_param, CommonValueCallback cb, IntPtr user_data);
Example #12
0
 public static extern int TIMFriendshipModifyFriendProfile(IntPtr json_modify_friend_info_param, CommonValueCallback cb, IntPtr user_data);
Example #13
0
 public static extern int TIMFriendshipHandleFriendAddRequest(IntPtr json_handle_friend_add_param, CommonValueCallback cb, IntPtr user_data);
Example #14
0
 public static extern int TIMFriendshipAddFriend(IntPtr json_add_friend_param, CommonValueCallback cb, IntPtr user_data);
Example #15
0
 public static extern int TIMFriendshipGetFriendsInfo(IntPtr json_get_friends_info_param, CommonValueCallback cb, IntPtr user_data);
Example #16
0
 public static extern int TIMFriendshipAddToBlackList(IntPtr json_add_to_blacklist_param, CommonValueCallback cb, IntPtr user_data);
Example #17
0
 public static extern int callExperimentalAPI(IntPtr json_param, CommonValueCallback cb, IntPtr user_data);
Example #18
0
 public static extern int TIMFriendshipGetBlackList(CommonValueCallback cb, IntPtr user_data);
Example #19
0
 public static extern int TIMLogin(IntPtr user_id, IntPtr user_sig, CommonValueCallback cb, IntPtr user_data);
Example #20
0
 public static extern int TIMFriendshipDeleteFromBlackList(IntPtr json_delete_from_blacklist_param, CommonValueCallback cb, IntPtr user_data);
Example #21
0
 public static extern int TIMLogout(CommonValueCallback cb, IntPtr user_data);
Example #22
0
 public static extern int TIMFriendshipGetPendencyList(IntPtr json_get_pendency_list_param, CommonValueCallback cb, IntPtr user_data);
Example #23
0
 public static extern int TIMConvDelete(IntPtr conv_id, int conv_type, CommonValueCallback cb, IntPtr user_data);
Example #24
0
 public static extern int TIMFriendshipDeletePendency(IntPtr json_delete_pendency_param, CommonValueCallback cb, IntPtr user_data);
Example #25
0
 public static extern int TIMConvPinConversation(string conv_id, int conv_type, bool is_pinned, CommonValueCallback cb, IntPtr user_data);
Example #26
0
 public static extern int TIMFriendshipReportPendencyReaded(long time_stamp, CommonValueCallback cb, IntPtr user_data);
Example #27
0
 public static extern int TIMMsgSendMessage(string conv_id, int conv_type, IntPtr message_param, StringBuilder message_id, CommonValueCallback cb, IntPtr user_data);
Example #28
0
 public static extern int TIMFriendshipSearchFriends(IntPtr json_search_friends_param, CommonValueCallback cb, IntPtr user_data);
Example #29
0
 public static extern int TIMMsgFindMessages(IntPtr message_id_array, CommonValueCallback cb, IntPtr user_data);
Example #30
0
 public static extern int TIMProfileGetUserProfileList(IntPtr json_get_user_profile_list_param, CommonValueCallback cb, IntPtr user_data);