Engage Engine API  1.246.9086
Loading...
Searching...
No Matches
Notifications Enable/Disable

Variables

static const int ENGAGE_NOTIFICATIONS_ENABLE = 1
 Enables notifications.
 
static const int ENGAGE_NOTIFICATIONS_DISABLE = 0
 Disables notifications.
 

Detailed Description

These are simply inputs to engageEnableNotifications() representing TRUE and FALSE values.

See also
engageEnableNotifications

Variable Documentation

◆ ENGAGE_NOTIFICATIONS_DISABLE

const int ENGAGE_NOTIFICATIONS_DISABLE = 0
static

Disables notifications.

Definition at line 181 of file EngageConstants.h.

◆ ENGAGE_NOTIFICATIONS_ENABLE

const int ENGAGE_NOTIFICATIONS_ENABLE = 1
static

Enables notifications.

Definition at line 179 of file EngageConstants.h.