Package-level declarations
Types
Link copied to clipboard
Adapter contract for customising the Recycler View adapter. Extend the class and use MoEInboxUiHelper.setInboxAdapter
Link copied to clipboard
class InboxListAdapter(context: Context, sdkInstance: SdkInstance, inboxAdapter: InboxAdapter) : RecyclerView.Adapter<ViewHolder>
Actual Adapter attached attached to the RecyclerView extends RecyclerView.Adapter
Link copied to clipboard
Base implementation of ViewHolder for showing the Inbox Message. Extend this class to customise the view holder.