Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Base class for ContentCard views.
Link copied to clipboard
open class CaptionedImageContentCardView(context: Context) : BaseContentCardView<CaptionedImageCard>
Link copied to clipboard
open class ContentCardViewHolder(view: View, showUnreadIndicator: Boolean) : RecyclerView.ViewHolder
Link copied to clipboard
A view for when the card type is unknown or otherwise can't be rendered.
Link copied to clipboard
Link copied to clipboard
open class TextAnnouncementContentCardView(context: Context) : BaseContentCardView<TextAnnouncementCard>