Package-level declarations

Types

Link copied to clipboard
BannedUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class BaseMessageListAdapter : BaseMessageAdapter<T, VH>
Link copied to clipboard
open class ChannelListAdapter : BaseAdapter<T, VH>
ChannelListAdapter provides a binding from a GroupChannel type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
Link copied to clipboard
open class EmojiListAdapter : BaseAdapter<T, VH>
Adapters provides a binding from an Emoji data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class EmojiReactionListAdapter : BaseAdapter<T, VH>
EmojiReactionListAdapter provides a binding from a Reaction set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class EmojiReactionUserListAdapter : BaseAdapter<T, VH>
EmojiReactionUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
Link copied to clipboard
MemberListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
MessageListAdapter provides a binding from a BaseMessage type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class MessageSearchAdapter : BaseAdapter<T, VH>
MessageSearchAdapter provides a binding from a BaseMessage type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class MutableBaseAdapter<T> : BaseAdapter<T, VH>
MutableBaseAdapter provides a binding from an app-specific data set to views that are displayed within a RecyclerView.
Link copied to clipboard
MutedMemberListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
OpenChannelBannedUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelListAdapter : BaseAdapter<T, VH>
OpenChannelListAdapter provides a binding from a OpenChannel type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelMessageListAdapter : BaseMessageAdapter<T, VH>
OpenChannelMessageListAdapter provides a binding from a BaseMessage set to views that are displayed within a RecyclerView.
Link copied to clipboard
OpenChannelMutedParticipantListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
OpenChannelOperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
OpenChannelRegisterOperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
OperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
ParticipantsListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
RegisterOperatorListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class SelectUserListAdapter<T> : BaseAdapter<T, VH>
Link copied to clipboard
SuggestedMentionListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
ThreadListAdapter provides a binding from a thread message type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
Adapters provides a binding from a UserInfo type to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class UserTypeListAdapter<T : User?> : BaseAdapter<T, VH>
Adapters provides a binding from a User set to views that are displayed within a RecyclerView.