Package com.moengage.inbox.ui.adapter

Types

InboxAdapter
Link copied to clipboard
abstract class InboxAdapter

Adapter contract for customising the Recycler View adapter. Extend the class and use MoEInboxUiHelper.setInboxAdapter

InboxListAdapter
Link copied to clipboard
class InboxListAdapter(context: Context, inboxAdapter: InboxAdapter) : 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 Inbox Message. Extend this class to customise the view holder.