NotificationViewModel

fun <P : NotificationPanel> NotificationViewModel(panel: P)

Parameters

P

The type of the panel.

panel

The NotificationPanel of type P that hosts this NotificationViewModel.