onSessionClosed

abstract fun onSessionClosed()

Called when:

  1. the token has been revoked

  2. the app has returned null as a new token value on SessionTokenRequester.onSuccess.

SDK disconnects the connection before calling this callback by SendbirdChat.disconnect, so the app is recommended to direct a user to a login page to connect again.

Since

3.0.150