MoEInboxUiHelper
Helper class for Inbox-ui related features.
Author
Arshiya Khanum
Since
1.0.00
Types
Functions
setInboxAdapter
Link copied to clipboard
Set a custom adapter to customise each row in the List of messages. This API sets the adapter for the account marked as default.
Set a custom adapter to customise each row in the List of messages. This API sets the adapter for the given account.
setOnMessageClickListener
Link copied to clipboard
Registers/Unregisters a callback to be notified for message click event. This API sets the listener for the account marked as default.
fun setOnMessageClickListener(appId: String, listener: OnMessageClickListener?)
Content copied to clipboard
Registers/Unregisters a callback to be notified for message click event. This API sets the listener for the given account.