A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
C
- callOnClick() - function in android.view.View
- cancelDragAndDrop() - function in android.view.View
- cancelLastDebounce() - function in io.getstream.chat.android.ui.utils.Debouncer
- Cancels the current work without shutting down the Coroutine scope.
- cancelLongPress() - function in android.view.View
- cancelPendingInputEvents() - function in android.view.View
- cancelRecording() - function in io.getstream.chat.android.ui.viewmodel.messages.MessageComposerViewModel
- canHandle(io.getstream.chat.android.models.Attachment) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory.AttachmentPreviewFactory
- Checks if the factory can create a preview ViewHolder for this attachment.
- canHandle(io.getstream.chat.android.models.Attachment) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory.AudioRecordAttachmentPreviewFactory
- Checks if the factory can create a preview ViewHolder for this attachment.
- canHandle(io.getstream.chat.android.models.Attachment) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory.FallbackAttachmentPreviewFactory
- Checks if the factory can create a preview ViewHolder for this attachment.
- canHandle(io.getstream.chat.android.models.Attachment) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory.FileAttachmentPreviewFactory
- Checks if the factory can create a preview ViewHolder for this attachment.
- canHandle(io.getstream.chat.android.models.Attachment) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory.MediaAttachmentPreviewFactory
- Checks if the factory can create a preview ViewHolder for this attachment.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Checks if this AttachmentFactory can consume attachments from the given message.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Checks if this AttachmentFactory can consume attachments from the given message.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactoryManager
- Checks if any AttachmentFactory can consume attachments from the given message.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.DefaultQuotedAttachmentMessageFactory
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.FallbackQuotedAttachmentMessageFactory
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.QuotedAttachmentFactory
- Checks if this QuotedAttachmentFactory can consume quoted attachments from the given message.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.QuotedAttachmentFactoryManager
- Checks if any QuotedAttachmentFactory can consume attachments from the given message.
- canHandle(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.UnsupportedAttachmentFactory
- Checks if the message contains unsupported attachments.
- canResolveLayoutDirection() - function in android.view.View
- canResolveTextAlignment() - function in android.view.View
- canResolveTextDirection() - function in android.view.View
- canScrollHorizontally(java.lang.Integer) - function in android.view.View
- canScrollVertically(java.lang.Integer) - function in android.view.View
- ChannelActionsDialogViewStyle - class in io.getstream.chat.android.ui.feature.channels.actions
- Style for ChannelActionsDialogFragment.
- ChannelAvatarRenderer - class in io.getstream.chat.android.ui.widgets.avatar
- Custom renderer for the channel avatar.
- ChannelAvatarView - class in io.getstream.chat.android.ui.widgets.avatar
- Represents the Channel avatar that's shown when browsing channels or when you open the Messages screen.
- ChannelAvatarViewProvider - class in io.getstream.chat.android.ui.widgets.avatar
- Provides views for the channel avatar.
- ChannelKt - class in io.getstream.chat.android.ui.utils.extensions
- ChannelListActivity - class in io.getstream.chat.android.ui.feature.channels
- An Activity representing a self-contained channel list screen.
- ChannelListFragment - class in io.getstream.chat.android.ui.feature.channels
- Self-contained channel list screen which internally contains the following components:
ChannelListHeaderView - displays information about the user and the connection state
ChannelListView - displays a list of channel items in a paginated list
SearchInputView - displays an input field to search message that contain specific text
SearchResultListView - displays a list of search results
- ChannelListFragment.Builder - class in io.getstream.chat.android.ui.feature.channels.ChannelListFragment
- ChannelListFragment.ChannelListItemClickListener - class in io.getstream.chat.android.ui.feature.channels.ChannelListFragment
- Click listener for channel item clicks.
- ChannelListFragment.HeaderActionButtonClickListener - class in io.getstream.chat.android.ui.feature.channels.ChannelListFragment
- Click listener for the right button in the header.
- ChannelListFragment.HeaderUserAvatarClickListener - class in io.getstream.chat.android.ui.feature.channels.ChannelListFragment
- Click listener for the left button in the header represented by the avatar of the current user.
- ChannelListFragment.SearchResultClickListener - class in io.getstream.chat.android.ui.feature.channels.ChannelListFragment
- Click listener for search result items.
- ChannelListFragmentViewStyle - class in io.getstream.chat.android.ui.feature.channels.list
- Style for ChannelListFragment.
- ChannelListHeaderView - class in io.getstream.chat.android.ui.feature.channels.header
- A component that shows the title of the channels list, the current connection status, the avatar of the current user, and provides an action button which can be used to create a new conversation.
- ChannelListHeaderView.ActionButtonClickListener - class in io.getstream.chat.android.ui.feature.channels.header.ChannelListHeaderView
- Click listener for the right button in the header.
- ChannelListHeaderView.UserAvatarClickListener - class in io.getstream.chat.android.ui.feature.channels.header.ChannelListHeaderView
- Click listener for the left button in the header represented by the avatar of the current user.
- ChannelListHeaderViewModel - class in io.getstream.chat.android.ui.viewmodel.channels
- ViewModel class for ChannelListHeaderView.
- ChannelListHeaderViewModelBinding - class in io.getstream.chat.android.ui.viewmodel.channels
- ChannelListIconProviderContainer - class in io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder
- ChannelListItem - class in io.getstream.chat.android.ui.feature.channels.list.adapter
- ChannelListItem.ChannelItem - class in io.getstream.chat.android.ui.feature.channels.list.adapter.ChannelListItem
- ChannelListItem.LoadingMoreItem - class in io.getstream.chat.android.ui.feature.channels.list.adapter.ChannelListItem
- ChannelListItemViewHolderFactory - class in io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder
- ChannelListItemViewType - class in io.getstream.chat.android.ui.feature.channels.list.adapter
- ChannelListListenerContainer - class in io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder
- ChannelListPayloadDiff - class in io.getstream.chat.android.ui.feature.channels.list.adapter
- ChannelListView - class in io.getstream.chat.android.ui.feature.channels.list
- ChannelListView.ChannelClickListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.ChannelClickListener.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.ChannelClickListener
- ChannelListView.ChannelListItemPredicate - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- Predicate object with a filter condition for ChannelListItem.
- ChannelListView.ChannelListUpdateListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- Called when the updated list is about to be displayed in the channels RecyclerView.
- ChannelListView.ChannelLongClickListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.ChannelLongClickListener.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.ChannelLongClickListener
- ChannelListView.ChannelOptionIconProvider - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.ChannelOptionIconProvider.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.ChannelOptionIconProvider
- ChannelListView.ChannelOptionVisibilityPredicate - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.ChannelOptionVisibilityPredicate.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.ChannelOptionVisibilityPredicate
- ChannelListView.EndReachedListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.ErrorEventHandler - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.SwipeListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.SwipeListener.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.SwipeListener
- ChannelListView.UserClickListener - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView
- ChannelListView.UserClickListener.Companion - class in io.getstream.chat.android.ui.feature.channels.list.ChannelListView.UserClickListener
- ChannelListViewModel - class in io.getstream.chat.android.ui.viewmodel.channels
- ViewModel class for ChannelListView.
- ChannelListViewModel.Action - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel
- Describes the available actions that can be taken.
- ChannelListViewModel.Action.ReachedEndOfList - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel.Action
- ChannelListViewModel.ErrorEvent - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel
- Describes the actions that were taken.
- ChannelListViewModel.ErrorEvent.DeleteChannelError - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel.ErrorEvent
- Event for errors upon deleting a channel.
- ChannelListViewModel.ErrorEvent.HideChannelError - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel.ErrorEvent
- Event for errors upon hiding a channel.
- ChannelListViewModel.ErrorEvent.LeaveChannelError - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel.ErrorEvent
- Event for errors upon leaving a channel.
- ChannelListViewModel.PaginationState - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel
- Describes the pagination state.
- ChannelListViewModel.State - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModel
- Described the state of the list of channels.
- ChannelListViewModelBinding - class in io.getstream.chat.android.ui.viewmodel.channels
- ChannelListViewModelFactory - class in io.getstream.chat.android.ui.viewmodel.channels
- Creates a channels view model factory.
- ChannelListViewModelFactory.Builder - class in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModelFactory
- ChannelListViewStyle - class in io.getstream.chat.android.ui.feature.channels.list
- Style for ChannelListView.
- ChannelListVisibilityContainer - class in io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder
- chatClient(io.getstream.chat.android.client.ChatClient) - function in io.getstream.chat.android.ui.viewmodel.messages.MessageListViewModelFactory.Builder
- chatClient(io.getstream.chat.android.client.ChatClient) - function in io.getstream.chat.android.ui.viewmodel.typing.TypingIndicatorViewModelFactory.Builder
- Sets the ChatClient instance.
- ChatDestination - class in io.getstream.chat.android.ui.navigation.destinations
- chatEventHandlerFactory(io.getstream.chat.android.state.event.handler.chat.factory.ChatEventHandlerFactory) - function in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModelFactory.Builder
- The instance of ChatEventHandlerFactory that will be used to create ChatEventHandler.
- ChatFonts - class in io.getstream.chat.android.ui.font
- ChatMessageTextTransformer - class in io.getstream.chat.android.ui.helper.transformer
- Transforms a MessageListItem.MessageItem to format or style the TextView.
- ChatNavigationHandler - class in io.getstream.chat.android.ui.navigation
- ChatNavigator - class in io.getstream.chat.android.ui.navigation
- ChatStyle - class in io.getstream.chat.android.ui.font
- ChatUI - class in io.getstream.chat.android.ui
- ChatUI handles any configuration for the Chat UI elements.
- ChatUIInitializer - class in io.getstream.chat.android.ui.initializer
- Jetpack Startup Initializer for Stream's Chat UI Components.
- checkAudioRecordPermissions(android.view.View,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.ui.utils.PermissionChecker
- checkCallingOrSelfPermission(java.lang.String) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermission(android.net.Uri,java.lang.Integer) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermissions(java.util.List,java.lang.Integer) - function in android.content.ContextWrapper
- checkCallingPermission(java.lang.String) - function in android.content.ContextWrapper
- checkCallingUriPermission(android.net.Uri,java.lang.Integer) - function in android.content.ContextWrapper
- checkCallingUriPermissions(java.util.List,java.lang.Integer) - function in android.content.ContextWrapper
- checkCameraPermissions(android.view.View,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.ui.utils.PermissionChecker
- checkFilePermissions(android.view.View,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.ui.utils.PermissionChecker
- checkInputConnectionProxy(android.view.View) - function in android.view.View
- checkMediaPermissions(android.view.View,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.ui.utils.PermissionChecker
- checkPermission(java.lang.String,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
- checkSelfPermission(java.lang.String) - function in android.content.ContextWrapper
- checkUriPermission(android.net.Uri,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
- checkUriPermission(android.net.Uri,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
- checkUriPermissions(java.util.List,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
- checkWriteStoragePermissions(android.view.View,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.ui.utils.PermissionChecker
- Checks is Manifest.permission.WRITE_EXTERNAL_STORAGE is needed an requests if necessary.
- childDrawableStateChanged(android.view.View) - function in android.view.ViewGroup
- childHasTransientStateChanged(android.view.View,java.lang.Boolean) - function in android.view.ViewGroup
- cid(java.lang.String) - function in io.getstream.chat.android.ui.viewmodel.messages.MessageListViewModelFactory.Builder
- Sets the channel id in the format messaging:123.
- cid(java.lang.String) - function in io.getstream.chat.android.ui.viewmodel.pinned.PinnedMessageListViewModelFactory.Builder
- Sets the channel id in the format messaging:123.
- cid(java.lang.String) - function in io.getstream.chat.android.ui.viewmodel.typing.TypingIndicatorViewModelFactory.Builder
- Sets the channel id in the format messaging:123.
- CIRCLE - enum entry in io.getstream.chat.android.ui.widgets.avatar.AvatarShape
Circle cropped image.
- clear() - function in io.getstream.chat.android.ui.feature.search.SearchInputView
- Clears the current input.
- clearAnimation() - function in android.view.View
- clearChildFocus(android.view.View) - function in android.view.ViewGroup
- clearColorFilter() - function in android.widget.ImageView
- clearData() - function in io.getstream.chat.android.ui.viewmodel.messages.MessageComposerViewModel
- Clears the input and the current state of the composer.
- clearDisappearingChildren() - function in android.view.ViewGroup
- clearFocus() - function in android.view.View
- clearFocus() - function in android.view.ViewGroup
- clearOnChildAttachStateChangeListeners() - function in androidx.recyclerview.widget.RecyclerView
- clearOnScrollListeners() - function in androidx.recyclerview.widget.RecyclerView
- clearOverrideActivityTransition(java.lang.Integer) - function in android.app.Activity
- clearViewTranslationCallback() - function in android.view.View
- clearWallpaper() - function in android.content.ContextWrapper
- closeContextMenu() - function in android.app.Activity
- closeOptionsMenu() - function in androidx.appcompat.app.AppCompatActivity
- color(java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.ui.font.TextStyle.Builder
- colorOrNull() - function in io.getstream.chat.android.ui.font.TextStyle
- CommandSuggestionsAdapter - class in io.getstream.chat.android.ui.feature.messages.composer.content
- Adapter used to render command suggestions.
- completeRecording() - function in io.getstream.chat.android.ui.viewmodel.messages.MessageComposerViewModel
- computeHorizontalScrollExtent() - function in androidx.recyclerview.widget.RecyclerView
- computeHorizontalScrollOffset() - function in androidx.recyclerview.widget.RecyclerView
- computeHorizontalScrollRange() - function in androidx.recyclerview.widget.RecyclerView
- computeScroll() - function in android.view.View
- computeSystemWindowInsets(android.view.WindowInsets,android.graphics.Rect) - function in android.view.View
- computeVerticalScrollExtent() - function in androidx.recyclerview.widget.RecyclerView
- computeVerticalScrollOffset() - function in androidx.recyclerview.widget.RecyclerView
- computeVerticalScrollRange() - function in androidx.recyclerview.widget.RecyclerView
- ConstraintLayoutKt - class in io.getstream.chat.android.ui.utils.extensions
- constrainViewEndToEndOfView(androidx.constraintlayout.widget.ConstraintSet,android.view.View,android.view.View) - function in io.getstream.chat.android.ui.utils.extensions.ConstraintLayoutKt
- constrainViewStartToEndOfView(androidx.constraintlayout.widget.ConstraintSet,android.view.View,android.view.View) - function in io.getstream.chat.android.ui.utils.extensions.ConstraintLayoutKt
- constrainViewToParentBySide(androidx.constraintlayout.widget.ConstraintSet,android.view.View,java.lang.Integer) - function in io.getstream.chat.android.ui.utils.extensions.ConstraintLayoutKt
- ContextKt - class in io.getstream.chat.android.ui.utils.extensions
- COUNT_UPDATE - enum entry in io.getstream.chat.android.ui.feature.messages.list.MessageListView.NewMessagesBehaviour
- create(java.lang.Class,androidx.lifecycle.viewmodel.CreationExtras) - function in androidx.lifecycle.ViewModelProvider.Factory
- create(android.content.Context) - function in io.getstream.chat.android.ui.initializer.ChatUIInitializer
- create(java.lang.Class) - function in io.getstream.chat.android.ui.viewmodel.channels.ChannelListViewModelFactory
- Returns an instance of ChannelListViewModel.
- create(java.lang.Class) - function in io.getstream.chat.android.ui.viewmodel.messages.MessageListViewModelFactory
- create(java.lang.Class) - function in io.getstream.chat.android.ui.viewmodel.pinned.PinnedMessageListViewModelFactory
- create(java.lang.Class) - function in io.getstream.chat.android.ui.viewmodel.typing.TypingIndicatorViewModelFactory
- createAccessibilityNodeInfo() - function in android.view.View
- createAndAddQuotedView(io.getstream.chat.android.models.Message,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.QuotedAttachmentFactoryManager
- Create and add a view for the quoted attachments.
- createAttributionContext(java.lang.String) - function in android.content.ContextWrapper
- createConfigurationContext(android.content.res.Configuration) - function in android.content.ContextWrapper
- createContext(android.content.ContextParams) - function in android.content.ContextWrapper
- createContextForSplit(java.lang.String) - function in android.content.ContextWrapper
- createContextMenu(android.view.ContextMenu) - function in android.view.View
- createDecoratorProvider(io.getstream.chat.android.models.Channel,io.getstream.chat.android.ui.common.helper.DateFormatter,io.getstream.chat.android.ui.feature.messages.list.MessageListViewStyle,io.getstream.chat.android.ui.feature.messages.list.MessageListView.ShowAvatarPredicate,io.getstream.chat.android.ui.feature.messages.list.background.MessageBackgroundFactory,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.decorator.DecoratorProviderFactory
- Creates a new DecoratorProvider for the given channel.
- createDefault(android.content.Context) - function in io.getstream.chat.android.ui.feature.messages.list.MessageListViewStyle.Companion
- Creates an MessageListViewStyle instance with the default values.
- createDeviceContext(java.lang.Integer) - function in android.content.ContextWrapper
- createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
- createDisplayContext(android.view.Display) - function in android.content.ContextWrapper
- createIntent(android.content.Context,java.lang.Class) - function in io.getstream.chat.android.ui.feature.channels.ChannelListActivity.Companion
- Creates an Intent to start the ChannelListActivity or its subclass.
- createIntent(android.content.Context) - function in io.getstream.chat.android.ui.feature.channels.ChannelListActivity.Companion
- Creates an Intent to start the ChannelListActivity or its subclass.
- createIntent(android.content.Context,java.lang.Integer) - function in io.getstream.chat.android.ui.feature.gallery.AttachmentGalleryActivity.Companion
- createIntent(android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.ui.feature.gallery.AttachmentMediaActivity.Companion
- Used to build an Intent to start the AttachmentMediaActivity with the required data.
- createIntent(android.content.Context,java.lang.String,java.lang.String,java.lang.Class) - function in io.getstream.chat.android.ui.feature.messages.MessageListActivity.Companion
- Creates an Intent to start the MessageListActivity or its subclass.
- createIntent(android.content.Context,java.lang.String,java.lang.String) - function in io.getstream.chat.android.ui.feature.messages.MessageListActivity.Companion
- Creates an Intent to start the MessageListActivity or its subclass.
- createIntent(android.content.Context,java.lang.String) - function in io.getstream.chat.android.ui.feature.messages.MessageListActivity.Companion
- Creates an Intent to start the MessageListActivity or its subclass.
- createMessageOptionItems(io.getstream.chat.android.models.Message,io.getstream.chat.android.models.User,java.lang.Boolean,java.util.Set,io.getstream.chat.android.ui.feature.messages.list.MessageListViewStyle) - function in io.getstream.chat.android.ui.feature.messages.list.options.message.DefaultMessageOptionItemsFactory
- Creates MessageOptionItems for the selected message.
- createMessageOptionItems(io.getstream.chat.android.models.Message,io.getstream.chat.android.models.User,java.lang.Boolean,java.util.Set,io.getstream.chat.android.ui.feature.messages.list.MessageListViewStyle) - function in io.getstream.chat.android.ui.feature.messages.list.options.message.MessageOptionItemsFactory
- Creates MessageOptionItems for the selected message.
- createPackageContext(java.lang.String,java.lang.Integer) - function in android.content.ContextWrapper
- createPendingResult(java.lang.Integer,android.content.Intent,java.lang.Integer) - function in android.app.Activity
- createTabFragment(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle,io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabListener) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabFactory
- Provides a new Fragment associated with this attachments picker tab.
- createTabFragment(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle,io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabListener) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.camera.AttachmentsPickerCameraTabFactory
- Provides a new Fragment associated with this camera attachments tab.
- createTabFragment(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle,io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabListener) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.file.AttachmentsPickerFileTabFactory
- Provides a new Fragment associated with this file attachments tab.
- createTabFragment(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle,io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabListener) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.media.AttachmentsPickerMediaTabFactory
- Provides a new Fragment associated with this media attachments tab.
- createTabIcon(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.AttachmentsPickerTabFactory
- Creates an icon for the tab.
- createTabIcon(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.camera.AttachmentsPickerCameraTabFactory
- Creates an icon for camera attachments tab.
- createTabIcon(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.file.AttachmentsPickerFileTabFactory
- Creates an icon for file attachments tab.
- createTabIcon(io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogStyle) - function in io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.factory.media.AttachmentsPickerMediaTabFactory
- Creates an icon for media attachments tab.
- createViewHolder(android.view.ViewGroup,java.lang.Integer) - function in io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder.ChannelListItemViewHolderFactory
- Creates a new ViewHolder to be used in the Message List.
- createViewHolder(android.view.ViewGroup,java.lang.Integer) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListItemViewHolderFactory
- Creates a new ViewHolder to be used in the Message List.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListenerContainer,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListenerContainer,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListeners,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListeners,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactory
- Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListenerContainer,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactoryManager
- Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListeners,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.AttachmentFactoryManager
- createViewHolder(io.getstream.chat.android.models.Message,io.getstream.chat.android.ui.feature.messages.list.adapter.MessageListListeners,android.view.ViewGroup) - function in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment.UnsupportedAttachmentFactory
- Creates fallback UI that represents unsupported attachments.
- createWindowContext(android.view.Display,java.lang.Integer,android.os.Bundle) - function in android.content.ContextWrapper
- createWindowContext(java.lang.Integer,android.os.Bundle) - function in android.content.ContextWrapper
- CurrentUserProvider - class in io.getstream.chat.android.ui.helper
- Provides the currently logged in user.
- CurrentUserProvider.Companion - class in io.getstream.chat.android.ui.helper.CurrentUserProvider
- CustomAttachmentsViewHolder - class in io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.impl
- ViewHolder used for displaying messages that contain custom attachments.
- customTheme(java.lang.Integer) - function in io.getstream.chat.android.ui.feature.channels.ChannelListFragment.Builder
- Custom theme for the screen.
- customTheme(java.lang.Integer) - function in io.getstream.chat.android.ui.feature.messages.MessageListFragment.Builder
- Custom theme for the screen.