Chat SDK for React Native 1.14.0
Preparing search index...
ChatExceptionEventListener
Interface ChatExceptionEventListener
interface
ChatExceptionEventListener
{
onExcept
(
params
:
{
except
:
ChatException
;
extra
?:
Record
<
string
,
string
>
;
from
?:
string
;
}
,
)
:
void
;
}
Index
Methods
on
Except
Methods
on
Except
onExcept
(
params
:
{
except
:
ChatException
;
extra
?:
Record
<
string
,
string
>
;
from
?:
string
;
}
,
)
:
void
异常事件监听回调。
Parameters
params
:
{
except
:
ChatException
;
extra
?:
Record
<
string
,
string
>
;
from
?:
string
}
Returns
void
Params
Param [except] 异常对象。
Param [from] 异常来源。
Param [extra] 额外信息。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Except
react-native-chat-sdk
Loading...
异常事件监听回调。