DefaultInboxAdapter
Default inbox adapter class.
Author
Arshiya Khanum
Since
1.0.00
Constructors
DefaultInboxAdapter
Link copied to clipboard
Functions
getItemViewType
Link copied to clipboard
open override fun getItemViewType(position: Int, inboxMessage: InboxMessage): Int
Content copied to clipboard
Called when RecyclerView.Adapter.getItemViewType is invoked by the actual adapter.
onBindViewHolder
Link copied to clipboard
open override fun onBindViewHolder(viewHolder: ViewHolder, position: Int, inboxMessage: InboxMessage, inboxListAdapter: InboxListAdapter)
Content copied to clipboard
Called when RecyclerView.Adapter.onBindViewHolder is invoked by the actual adapter.
onCreateViewHolder
Link copied to clipboard
open override fun onCreateViewHolder(viewGroup: ViewGroup, viewType: Int): ViewHolder
Content copied to clipboard
Called when RecyclerView.Adapter.onCreateViewHolder is invoked by the the actual adapter.