OpenChannelMessageListAdapter

open fun OpenChannelMessageListAdapter(useMessageGroupUI: Boolean)

Constructor

Parameters

useMessageGroupUI

true if the message group UI is used, false otherwise. since 3.0.0


open fun OpenChannelMessageListAdapter(@Nullable channel: OpenChannel)

Constructor

Parameters

channel

The OpenChannel that contains the data needed for this adapter


open fun OpenChannelMessageListAdapter(@Nullable channel: OpenChannel, useMessageGroupUI: Boolean)

Constructor

Parameters

channel

The OpenChannel that contains the data needed for this adapter

useMessageGroupUI

true if the message group UI is used, false otherwise. since 2.2.0


open fun OpenChannelMessageListAdapter(    @Nullable channel: OpenChannel,     useMessageGroupUI: Boolean,     useReverseLayout: Boolean)

Constructor

Parameters

channel

The OpenChannel that contains the data needed for this adapter

useMessageGroupUI

true if the message group UI is used, false otherwise.

useReverseLayout

true if the message list is reversed, false otherwise. since 3.2.2


open fun OpenChannelMessageListAdapter(@Nullable channel: OpenChannel, @NonNull messageListUIParams: MessageListUIParams)

Constructor

Parameters

channel

The OpenChannel that contains the data needed for this adapter

messageListUIParams

The MessageListUIParams that contains the data needed for this adapter since 3.6.0