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

    Interface IRCIMIWSendGroupReadReceiptResponseCallback

    interface IRCIMIWSendGroupReadReceiptResponseCallback {
        onGroupReadReceiptResponseSent?: (
            code: number,
            message: RCIMIWMessage[],
        ) => void;
    }
    Index

    Properties

    onGroupReadReceiptResponseSent?: (
        code: number,
        message: RCIMIWMessage[],
    ) => void