Engage Engine API  1.251.9091
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 182 of file EngageConstants.h.

◆ ENGAGE_NOTIFICATIONS_ENABLE

const int ENGAGE_NOTIFICATIONS_ENABLE = 1
static

Enables notifications.

Definition at line 180 of file EngageConstants.h.