Sendbird Chat SDK for .NET  3.0.29
SendBird.SendBirdClient.ConnectionHandler Class Reference

Public Member Functions

delegate void OnReconnectStartedDelegate ()
 
delegate void OnReconnectSucceededDelegate ()
 
delegate void OnReconnectFailedDelegate ()
 

Public Attributes

OnReconnectStartedDelegate OnReconnectStarted = delegate { }
 
OnReconnectSucceededDelegate OnReconnectSucceeded = delegate { }
 
OnReconnectFailedDelegate OnReconnectFailed = delegate { }
 

Detailed Description

Connection handler. This handler provides callbacks for automatically managed reconnection events.
SendBird tries reconnection when the connection is lost. This handler can be used to track the reconnection state. To add or remove this handler, refer to addConnectionHandler(string, ConnectionHandler) and RemoveConnectionHandler(string).

Member Function Documentation

◆ OnReconnectFailedDelegate()

delegate void SendBird.SendBirdClient.ConnectionHandler.OnReconnectFailedDelegate ( )

A callback for when reconnection is failed.

◆ OnReconnectStartedDelegate()

delegate void SendBird.SendBirdClient.ConnectionHandler.OnReconnectStartedDelegate ( )

A callback for when SendBird tries to reconnect.

◆ OnReconnectSucceededDelegate()

delegate void SendBird.SendBirdClient.ConnectionHandler.OnReconnectSucceededDelegate ( )

A callback for when connection is reestablished.


The documentation for this class was generated from the following file: