UNA
Base classes for Notifications like modules

Classes

class  BxBaseModNotificationsConfig
 
class  BxBaseModNotificationsDb
 
class  BxBaseModNotificationsInstaller
 
class  BxBaseModNotificationsModule
 
class  BxBaseModNotificationsPrivacy
 
class  BxBaseModNotificationsResponse
 
class  BxBaseModNotificationsSearchResult
 
class  BxBaseModNotificationsStudioPage
 
class  BxBaseModNotificationsTemplate
 

Variables

const BX_BASE_MOD_NTFS_SLTMODE_DISABLED 0
 
const BX_BASE_MOD_NTFS_DTYPE_SITE 'site'
 

Detailed Description

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Variable Documentation

◆ BX_BASE_MOD_NTFS_DTYPE_SITE

const BX_BASE_MOD_NTFS_DTYPE_SITE 'site'

DTYPE - Delivery Type:

  1. by Onsite notification,
  2. by Email message,
  3. by Push notification.

◆ BX_BASE_MOD_NTFS_SLTMODE_DISABLED

const BX_BASE_MOD_NTFS_SLTMODE_DISABLED 0

SLTMODE - Silent mode: It is needed for alert sending module to tell that the alert should be ignored with Notifications module completely or partially. Available values:

  1. disabled (value = 0) - all notifications are available;
  2. absolute (value = 1) - alert isn't registered which means that there is no notifications at all;
See also
BxBaseModNotificationsResponse::response - 'silent_mode' parameter in Alerts Extras array.