Chat SDK v1.3.5 for React Native
Preparing search index...
ChatExceptionEventListener
Interface ChatExceptionEventListener
export notify
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
When an internal except occurs, this callback notification is triggered.
Parameters
params
:
{
except
:
ChatException
;
extra
?:
Record
<
string
,
string
>
;
from
?:
string
}
Returns
void
Params
Param [except] The except object.
Param [from] Where the except occurred.
Param [extra] The extra information.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Except
react-native-agora-chat
Loading...
export notify