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

    Interface IRCIMIWOperationCallback

    interface IRCIMIWOperationCallback {
        onSuccess?: () => void;
        onError?: (code: number) => void;
    }
    Index
    onSuccess?: () => void

    操作成功回调

    onError?: (code: number) => void

    操作失败回调

    • code 错误码