LinuxNotificationCategory.presence constructor

LinuxNotificationCategory.presence()

A generic presence change notification that doesn't fit into any other category, such as going away or idle.

Implementation

factory LinuxNotificationCategory.presence() =>
    const LinuxNotificationCategory('presence');