Package com.moengage.cards.ui.adapter

Types

CardAdapter
Link copied to clipboard
abstract class CardAdapter

Adapter contract for customising the Recycler View adapter.

CardListAdapter
Link copied to clipboard
class CardListAdapter(context: Context, cardAdapter: CardAdapter) : RecyclerView.Adapter<ViewHolder>

Actual Adapter attached attached to the RecyclerView extends RecyclerView.Adapter

ViewHolder
Link copied to clipboard
open class ViewHolder(view: View) : RecyclerView.ViewHolder

Base implementation of ViewHolder for showing the cards. Extend this class to customise the view holder.