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

    Interface IRCIMIWObjectCallback<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    onSuccess?: (t: T) => void
    onError?: (code: number) => void