Package-level declarations

Types

Link copied to clipboard
abstract class BaseContentCardView<T : Card>(context: Context) : BaseCardView<T>

Base class for ContentCard views.

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.