onConnectionDelayed method
A callback for when connection is delayed.
- Automatically attempts to connect to the server in
retryAfterseconds - Called when the server cannot handle the connection immediately when SendbirdChat.connect is called
- Called when the server is overloaded. @since 4.7.0
Implementation
void onConnectionDelayed(int retryAfter) {}