DIGEST_FREQUENCY
No description
enum DIGEST_FREQUENCY { NONE DAILY HOURLY}
#
ValuesNONE
#
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.