Chat SDK for React Native 1.14.0
    Preparing search index...

    Interface ChatExceptionEventListener

    interface ChatExceptionEventListener {
        onExcept(
            params: {
                except: ChatException;
                extra?: Record<string, string>;
                from?: string;
            },
        ): void;
    }
    Index

    Methods

    Methods

    • 异常事件监听回调。

      Parameters

      • params: { except: ChatException; extra?: Record<string, string>; from?: string }

      Returns void

      • Param [except] 异常对象。
      • Param [from] 异常来源。
      • Param [extra] 额外信息。