Skip to main content

DIGEST_FREQUENCY

No description

enum DIGEST_FREQUENCY {  NONE  DAILY  HOURLY}

Values#

NONE#

NONE will have the notifications send immediately rather than bundling for digesting.

DAILY#

DAILY will queue up the notifications and send them daily.

HOURLY#

HOURLY will queue up the notifications and send them hourly.