@twilio/flex-sdk
Preparing search index...
actions/Conversation
ClientEventsType
Interface ClientEventsType
Events that the Flex SDK client can emit.
interface
ClientEventsType
{
clientDestroyed
:
()
=>
void
;
tokenAutoUpdateFailed
:
()
=>
void
;
tokenMaxLifetimeReached
:
(
newTokenDateExpired
:
Date
)
=>
void
;
tokenUpdated
:
(
token
:
string
)
=>
void
;
[
key
:
string
]:
(
...
args
:
any
[]
)
=>
void
;
}
Indexable
[
key
:
string
]:
(
...
args
:
any
[]
)
=>
void
Index
Properties
client
Destroyed
token
Auto
Update
Failed
token
Max
Lifetime
Reached
token
Updated
Properties
client
Destroyed
clientDestroyed
:
()
=>
void
token
Auto
Update
Failed
tokenAutoUpdateFailed
:
()
=>
void
token
Max
Lifetime
Reached
tokenMaxLifetimeReached
:
(
newTokenDateExpired
:
Date
)
=>
void
token
Updated
tokenUpdated
:
(
token
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Destroyed
token
Auto
Update
Failed
token
Max
Lifetime
Reached
token
Updated
@twilio/flex-sdk
Loading...
Events that the Flex SDK client can emit.