Package-level declarations

Types

Link copied to clipboard
class NotificationCenterHeaderViewModel(val hasDismissibleNotifications: LiveData<Boolean>, dismissAllAction: () -> Unit, closeAction: () -> Unit)

View model for the notification center header. The view model contains the dismissAllAction that will be executed when the dismiss all button is clicked, and a closeAction that will be executed when the close button is clicked.