Class: Kaltura::Constants::Notification::Type
- Inherits:
-
Object
- Object
- Kaltura::Constants::Notification::Type
- Defined in:
- lib/kaltura/constants/notification.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- ENTRY_ADD =
Notify when an entry is added.
1
- ENTR_UPDATE_PERMISSIONS =
Notify when an entries permisisons have changed.
2
- ENTRY_DELETE =
Notify when an entry is deleted.
3
- ENTRY_BLOCK =
Notify when an entry becomes unavailable due to moderation.
4
- ENTRY_UPDATE =
Notify when an entry is updated.
5
- ENTRY_UPDATE_THUMBNAIL =
Notify when an entries thumbnail is updated.
6
- ENTRY_UPDATE_MODERATION =
Notify when an entry is moderated.
7
- USER_ADD =
Notify when a new user is created.
21
- USER_BANNED =
Notify when a user is banned.
26