UNA
Loading...
Searching...
No Matches
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_SLTMODE_ABSOLUTE 1
 
const BX_BASE_MOD_NTFS_HANDLER_TYPE_INSERT 'insert'
 
const BX_BASE_MOD_NTFS_HANDLER_TYPE_UPDATE 'update'
 
const BX_BASE_MOD_NTFS_HANDLER_TYPE_DELETE 'delete'
 
const BX_BASE_MOD_NTFS_TYPE_OWNER 'owner'
 
const BX_BASE_MOD_NTFS_TYPE_OBJECT_OWNER 'object_owner'
 
const BX_BASE_MOD_NTFS_TYPE_CONNECTIONS 'connections'
 
const BX_BASE_MOD_NTFS_TYPE_PUBLIC 'public'
 
const BX_BASE_MOD_NTFS_DTYPE_SITE 'site'
 
const BX_BASE_MOD_NTFS_DTYPE_EMAIL 'email'
 
const BX_BASE_MOD_NTFS_DTYPE_PUSH 'push'
 

Detailed Description

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

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

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

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

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

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

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

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

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.