UNA
Notifications

Classes

class  BxNtfsConfig
 
class  BxNtfsCronClean
 
class  BxNtfsCronNotify
 
class  BxNtfsCronQueue
 
class  BxNtfsDb
 
class  BxNtfsGridSettingsAdministration
 
class  BxNtfsGridSettingsCommon
 
class  BxNtfsMenuPreview
 
class  BxNtfsModule
 
class  BxNtfsPageSettings
 
class  BxNtfsPageView
 
class  BxNtfsPrivacy
 
class  BxNtfsResponse
 
class  BxNtfsStudioPage
 
class  BxNtfsTemplate
 
class  BxNtfsInstaller
 

Variables

const BX_NTFS_STYPE_PERSONAL 'personal'
 
const BX_NTFS_DTYPE_SITE 'site'
 
const BX_NTFS_SLTMODE_ABSOLUTE 11
 

Detailed Description

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

Variable Documentation

◆ BX_NTFS_DTYPE_SITE

const BX_NTFS_DTYPE_SITE 'site'

DTYPE - Delivery Type

◆ BX_NTFS_SLTMODE_ABSOLUTE

const BX_NTFS_SLTMODE_ABSOLUTE 11

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 (global, value = 0) - all notifications are available;
  2. absolute (global, value = 1) - alert isn't registered which means that there is no notifications at all;
  3. absolute (for Notifications only, value = 11) - the same as global absolute.
  1. on-site only (value = 12) - alert is registered. It means that on-site notification is available while the others are disabled.
  2. on-site + email (value = 13) - alert is registered (on-site) and notification via 'email' is enabled.
  3. on-site + push (value = 14) - alert is registered (on-site) and notification via 'push' is enabled.
See also
BxNtfsResponse::response - 'silent_mode' parameter in Alerts Extras array.

◆ BX_NTFS_STYPE_PERSONAL

const BX_NTFS_STYPE_PERSONAL 'personal'

STYPE - Setting Type:

  1. personal - related to you;
  2. follow_member - related to members you follow;
  3. follow_context - related to contexts you follow;
  4. other - others.