feat: update OpenIMSDK with new friend and group application handling methods

This commit is contained in:
kevin
2025-06-05 15:07:30 +08:00
parent 268d20c030
commit 95f9af2497
12 changed files with 127 additions and 25 deletions

View File

@@ -408,11 +408,18 @@ declare module 'libOpenIMSDK' {
): void;
get_friend_application_list_as_recipient(
cCallback: CB_S_I_S_S,
operationID: string
operationID: string,
param: string
): void;
get_friend_application_list_as_applicant(
cCallback: CB_S_I_S_S,
operationID: string
operationID: string,
param: string
): void;
get_friend_application_unhandled_count(
cCallback: CB_S_I_S_S,
operationID: string,
param: string
): void;
accept_friend_application(
cCallback: CB_S_I_S_S,
@@ -569,11 +576,18 @@ declare module 'libOpenIMSDK' {
): void;
get_group_application_list_as_recipient(
cCallback: CB_S_I_S_S,
operationID: string
operationID: string,
param: string
): void;
get_group_application_list_as_applicant(
cCallback: CB_S_I_S_S,
operationID: string
operationID: string,
param: string
): void;
get_group_application_unhandled_count(
cCallback: CB_S_I_S_S,
operationID: string,
param: string
): void;
accept_group_application(
cCallback: CB_S_I_S_S,