MoEInboxUiHelper

Helper class for Inbox-ui related features.

Author

Arshiya Khanum

Since

1.0.00

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun setInboxAdapter(inboxAdapter: InboxAdapter?)

Set a custom adapter to customise each row in the List of messages. This API sets the adapter for the account marked as default.

fun setInboxAdapter(inboxAdapter: InboxAdapter?, appId: String)

Set a custom adapter to customise each row in the List of messages. This API sets the adapter for the given account.

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.

Registers/Unregisters a callback to be notified for message click event. This API sets the listener for the given account.