LinuxNotificationCategory.networkConnected constructor

LinuxNotificationCategory.networkConnected()

A network connection notification, such as successful sign-on to a network service. This should not be confused with LinuxNotificationCategory.deviceAdded for new network devices.

Implementation

factory LinuxNotificationCategory.networkConnected() =>
    const LinuxNotificationCategory('network.connected');