DesktopContactCategorySelect typedef
DesktopContactCategorySelect =
void Function(int categoryIndex)
桌面端通讯录分类选中回调
categoryIndex 分类索引: 0=验证消息, 1=黑名单, 2=我的好友, 3=我的群聊, 4=我的数字人
Implementation
typedef DesktopContactCategorySelect = void Function(int categoryIndex);