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

    Interface IRCIMIWAddChatRoomEntriesCallback

    interface IRCIMIWAddChatRoomEntriesCallback {
        onChatRoomEntriesAdded?: (
            code: number,
            errors: Map<string, number>,
        ) => void;
    }
    Index

    Properties

    onChatRoomEntriesAdded?: (code: number, errors: Map<string, number>) => void