Skip to content

uikit/3.25.0

Choose a tag to compare

@sendbird-sdk-deployment sendbird-sdk-deployment released this 19 Nov 06:46
· 10 commits to main since this release
b8e3649

v3.25.0 (Nov 19, 2025) with Chat SDK v4.32.1

  • Added connection-delayed handling: new dialog with live countdown and a new event (onConnectionDelayed()) to observe retry timers.
    • Added BaseViewModel.onConnectionDelayed live data to observe connection-delayed events for the delayed seconds.
    • Added showConnectionDelayedDialog() and hideConnectionDelayedDialog() in BaseModuleFragment.
      • These methods shows or hides the default connection-delayed dialog upon receiving onConnectionDelayed() live data events.
      • You can override these methods to customize the dialog behavior.
    • Added DialogUtils.showConnectionDelayedDialog to show the default connection-delayed dialog.