Package-level declarations

Customization contract for inbox message timestamps.

InboxDateFormatter is an interface that converts a Date into a display string; assign a custom implementation to PushwooshInboxStyle.dateFormatter to replace the default MMM dd format with any locale or pattern your app requires.

Types

Link copied to clipboard
class DefaultDateFormatter(dateFormat: DateFormat = SimpleDateFormat(DEFAULT_DATE_FORMAT, Locale.getDefault())) : InboxDateFormatter
Link copied to clipboard
interface Formatter<in Input, out Output>
Link copied to clipboard

Set up default format of date into inbox cell

Properties

Link copied to clipboard

Default format of the inbox date