Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TIMOnDeleteFriendCallbackFunc

Hierarchy

  • TIMOnDeleteFriendCallbackFunc

Callable

  • TIMOnDeleteFriendCallbackFunc(json_identifier_array: string, user_data: string): void
  • Parameters

    • json_identifier_array: string

      json_identifier_array: List of deleted friends (items in the list are user IDs)

    • user_data: string

      user_data: User-defined data, which is passed through by the IM SDK without being processed.

    Returns void

Generated using TypeDoc