InboxAdapter
Adapter contract for customising the Recycler View adapter. Extend the class and use MoEInboxUiHelper.setInboxAdapter
Author
Arshiya Khanum
Since
1.0.00
Functions
Link copied to clipboard
Called when RecyclerView.Adapter.getItemId is invoked by the actual adapter.
Link copied to clipboard
Called when RecyclerView.Adapter.getItemViewType is invoked by the actual adapter.
Link copied to clipboard
abstract fun onBindViewHolder(viewHolder: ViewHolder, position: Int, inboxMessage: InboxMessage, inboxListAdapter: InboxListAdapter)
Called when RecyclerView.Adapter.onBindViewHolder is invoked by the actual adapter.
Link copied to clipboard
Called when RecyclerView.Adapter.onCreateViewHolder is invoked by the the actual adapter.