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

    Interface RCIMIWSearchConversationResult

    interface RCIMIWSearchConversationResult {
        conversation?: RCIMIWConversation;
        count?: number;
    }
    Index

    Properties

    conversation?: RCIMIWConversation

    Get the session entity to hold and store client session info, corresponding to the session in the session list

    count?: number

    Get the count of matched messages in the session