DIRECT_MSG_ONLY constant

Config_DeviceConfig_BuzzerMode const DIRECT_MSG_ONLY

Direct Message notifications only. Buzzer is enabled only for direct messages and alerts, but not for button presses. External notification config determines the specifics of the notification behavior.

Implementation

static const Config_DeviceConfig_BuzzerMode DIRECT_MSG_ONLY =
    Config_DeviceConfig_BuzzerMode._(
        4, _omitEnumNames ? '' : 'DIRECT_MSG_ONLY');