Package-level declarations
Entry point and visual configuration for the inbox UI.
PushwooshInboxUi is the main entry point: it creates the inbox Fragment and lets you register an OnInboxMessageClickListener that is called whenever the user taps a message.
PushwooshInboxStyle is a global style object that controls every visual aspect of the inbox list — colors, fonts, text sizes, item animation, empty-state and error-state images, toolbar visibility, and the date formatter — before the Fragment is shown.
OnInboxMessageClickListener is a single-method interface you implement to receive a callback with the tapped InboxMessage when the user selects an item in the list.
Types
Link copied to clipboard
interface OnInboxMessageClickListener
Link copied to clipboard
object PushwooshInboxStyle
Link copied to clipboard
object PushwooshInboxUi