FriendApplicationListDeletedStringCallback
introduction
Callback for friend request list deleted (String type data callback)
Below four cases will trigger this callback
Delete friend request pendency
Reject friend request
Grant friend request
Friend request is denied by others
Returned template
void FriendApplicationListDeletedStringCallback(string userids, string user_data);
Return value details
name | type | description |
---|---|---|
userids | string | Deleted friend's userid list |
user_data | string | User-defined data transfered by ImSDK without any processing |