- For Java clients, the
bindViewmethods used to bind a ViewModel and its UI component together are now available with friendlier syntax. - Calls such as
MessageListViewModelBindingKt.bindView(...);should be replaced with calls likeMessageListViewModelBinding.bind(...); - The
ChannelListViewModelBindingKtclass has been renamed toChannelsViewModelBinding, to match the name of the ViewModel it's associated with. - The
MessageInputViewhas been moved to packagecom.getstream.sdk.chat.view.messageinput - Update client to the latest version. See changes: https://github.com/GetStream/stream-chat-android-client/releases/tag/1.16.5
- Update Stream Livedata to the last version. See changes: https://github.com/GetStream/stream-chat-android-livedata/releases/tag/0.8.4