Package com.tomtom.ivi.platform.frontend.api.template.notificationpanel

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
open class NotificationViewModel<P : NotificationPanel>(panel: P) : FrontendViewModel<P>

A ViewModel that provides the information to show within a NotificationFragment.