uikit/3.25.0
·
10 commits
to main
since this release
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.onConnectionDelayedlive data to observe connection-delayed events for the delayed seconds. - Added
showConnectionDelayedDialog()andhideConnectionDelayedDialog()inBaseModuleFragment.- 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.
- These methods shows or hides the default connection-delayed dialog upon receiving
- Added
DialogUtils.showConnectionDelayedDialogto show the default connection-delayed dialog.
- Added