OnChannelsUpdated

class OnChannelsUpdated(val channelContext: <Error class: unknown class>, val totalChannels: List<UikitGroupChannel>) : ChannelsEvent

Represents the event received from GroupChannelCollectionHandler.onChannelsUpdated.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelContext: <Error class: unknown class>, totalChannels: List<UikitGroupChannel>)

Properties

Link copied to clipboard
val channelContext: <Error class: unknown class>

The context from GroupChannelCollectionHandler.onChannelsUpdated.

Link copied to clipboard

Represents the total channels loaded.