BaseMessageListAdapter

open fun BaseMessageListAdapter(useMessageGroupUI: Boolean)

Constructor

Parameters

useMessageGroupUI

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


open fun BaseMessageListAdapter(@Nullable channel: GroupChannel)

Constructor

Parameters

channel

The GroupChannel that contains the data needed for this adapter


open fun BaseMessageListAdapter(@Nullable channel: GroupChannel, useMessageGroupUI: Boolean)

Constructor

Parameters

channel

The GroupChannel 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 BaseMessageListAdapter(@Nullable channel: GroupChannel, useMessageGroupUI: Boolean, useReverseLayout: Boolean)

Constructor

Parameters

channel

The GroupChannel 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 BaseMessageListAdapter(@Nullable channel: GroupChannel, @NonNull messageListUIParams: MessageListUIParams)

Constructor

Parameters

channel

The GroupChannel that contains the data needed for this adapter

messageListUIParams

The MessageListUIParams that contains drawing parameters since 3.3.0