NotificationHint.actionIcons constructor

NotificationHint.actionIcons()

This notification should have its action IDs intepreted as icon names.

Implementation

factory NotificationHint.actionIcons() {
  return NotificationHint('action-icons', DBusBoolean(true));
}