Sendbird Chat SDK for Unity
SbConnectionHandler

Properties

Action< string > OnConnected [get, set]
 Invoked when connected. More...
 
Action< string > OnDisconnected [get, set]
 Invoked when disconnected. More...
 
Action OnReconnectStarted [get, set]
 Invoked when reconnection starts. More...
 
Action OnReconnectSucceeded [get, set]
 Invoked when reconnection is succeeded. More...
 
Action OnReconnectFailed [get, set]
 Invoked when reconnection is failed. More...
 

Detailed Description

Since
4.0.0

Property Documentation

◆ OnConnected

Action<string > OnConnected
getset

Invoked when connected.

Since
4.0.0

◆ OnDisconnected

Action<string > OnDisconnected
getset

Invoked when disconnected.

Since
4.0.0

◆ OnReconnectFailed

Action OnReconnectFailed
getset

Invoked when reconnection is failed.

Since
4.0.0

◆ OnReconnectStarted

Action OnReconnectStarted
getset

Invoked when reconnection starts.

Since
4.0.0

◆ OnReconnectSucceeded

Action OnReconnectSucceeded
getset

Invoked when reconnection is succeeded.

Since
4.0.0