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

    Interface RCIMIWMentionedInfo

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

    Properties

    @ Type of reminder

    userIdList?: string[]

    List of user IDs for @ mentions

    mentionedContent?: string

    Content for local and remote notifications with @ mentions