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