Package-level declarations
This package contains a fragment and a view model that can be used to display notifications using NotificationPanel.
Types
Link copied to clipboard
open class NotificationFragment<P : NotificationPanel, VM : NotificationViewModel<P>> : IviFragment<P, VM>
An IviFragment that can be used by NotificationPanel to present the information from a NotificationViewModel in a pre-defined layout.
Link copied to clipboard
A ViewModel that provides the information to show within a NotificationFragment.