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

    Interface IRCIMIWGetUnreadCountByConversationTypesCallback

    interface IRCIMIWGetUnreadCountByConversationTypesCallback {
        onSuccess?: (t: number) => void;
        onError?: (code: number) => void;
    }

    Hierarchy (View Summary)

    Index
    onSuccess?: (t: number) => void

    成功回调

    • t 返回对象
    onError?: (code: number) => void

    错误回调

    • code 错误码