RongCloud React Native IM Wrapper - v5.34.0
    Preparing search index...

    Interface RCIMIWMentionedInfo

    interface RCIMIWMentionedInfo {
        type?: RCIMIWMentionedType;
        userIdList?: string[];
        mentionedContent?: string;
    }
    Index

    @ 提醒的类型

    userIdList?: string[]

    @ 的用户 ID 列表

    mentionedContent?: string

    包含 @ 提醒的消息,本地通知和远程推送显示的内容