- For Java clients, the
bindView
methods 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
ChannelListViewModelBindingKt
class has been renamed toChannelsViewModelBinding
, to match the name of the ViewModel it's associated with. - The
MessageInputView
has 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