|
const | BX_NTFS_TYPE_OBJECT_OWNER_AND_CONNECTIONS 'obj_own_and_con' |
|
const | BX_NTFS_TYPE_DEFAULT BX_NTFS_TYPE_OBJECT_OWNER_AND_CONNECTIONS |
|
const | BX_NTFS_STYPE_PERSONAL 'personal' |
|
const | BX_NTFS_STYPE_FOLLOW_MEMBER 'follow_member' |
|
const | BX_NTFS_STYPE_FOLLOW_CONTEXT 'follow_context' |
|
const | BX_NTFS_STYPE_OTHER 'other' |
|
const | BX_NTFS_DTYPE_SITE 'site' |
|
const | BX_NTFS_DTYPE_EMAIL 'email' |
|
const | BX_NTFS_DTYPE_PUSH 'push' |
|
const | BX_NTFS_SLTMODE_ABSOLUTE 11 |
|
const | BX_NTFS_SLTMODE_SITE 12 |
|
const | BX_NTFS_SLTMODE_SITE_EMAIL 13 |
|
const | BX_NTFS_SLTMODE_SITE_PUSH 14 |
|
| $aConfig |
|
Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT
◆ BX_NTFS_DTYPE_SITE
const BX_NTFS_DTYPE_SITE 'site' |
◆ 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:
- disabled (global, value = 0) - all notifications are available;
- absolute (global, value = 1) - alert isn't registered which means that there is no notifications at all;
- absolute (for Notifications only, value = 11) - the same as global absolute.
- on-site only (value = 12) - alert is registered. It means that on-site notification is available while the others are disabled.
- on-site + email (value = 13) - alert is registered (on-site) and notification via 'email' is enabled.
- 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:
- personal - related to you;
- follow_member - related to members you follow;
- follow_context - related to contexts you follow;
- other - others.