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

    Interface RCIMIWReceivedStatusInfo

    interface RCIMIWReceivedStatusInfo {
        read?: boolean;
        listened?: boolean;
        downloaded?: boolean;
        retrieved?: boolean;
    }
    Index
    read?: boolean

    获取是否已读取的状态。

    listened?: boolean

    获取是否已被收听的状态。

    downloaded?: boolean

    获取文件是否已经下载的状态。

    retrieved?: boolean

    获取消息是否已经被收取过。该消息已被同时在线或之前登录的其他设备接收。只要任何其他设备先收到该消息,当前设备该状态值就会为 true。