You are here

class KalturaNotificationType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaNotificationType

File

kaltura_client/KalturaClient.php, line 156

View source
class KalturaNotificationType {
  const ENTRY_ADD = 1;
  const ENTR_UPDATE_PERMISSIONS = 2;
  const ENTRY_DELETE = 3;
  const ENTRY_BLOCK = 4;
  const ENTRY_UPDATE = 5;
  const ENTRY_UPDATE_THUMBNAIL = 6;
  const ENTRY_UPDATE_MODERATION = 7;
  const USER_ADD = 21;
  const USER_BANNED = 26;

}

Members