NotificationHint.category constructor

NotificationHint.category(
  1. NotificationCategory category
)

This notification is of type category.

Implementation

factory NotificationHint.category(NotificationCategory category) {
  return NotificationHint('category', DBusString(category.name));
}