Chat SDK v1.3.5 for React Native
    Preparing search index...

    Interface ChatExceptionEventListener

    export notify

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

    Methods

    Methods

    • When an internal except occurs, this callback notification is triggered.

      Parameters

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

      Returns void

      • Param [except] The except object.
      • Param [from] Where the except occurred.
      • Param [extra] The extra information.