Package io.getstream.chat.android.models
Class ChannelDataKt
-
- All Implemented Interfaces:
public final class ChannelDataKt
-
-
Method Summary
Modifier and Type Method Description final static ChannelDatamergeFromEvent(ChannelData $self, ChannelData that)Updates the given ChannelData with data from another ChannelData object. -
-
Method Detail
-
mergeFromEvent
final static ChannelData mergeFromEvent(ChannelData $self, ChannelData that)
Updates the given ChannelData with data from another ChannelData object.
- Parameters:
that- The ChannelData to take the new data from.
-
-
-
-