You are here

class KalturaNotificationStatus in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaNotificationStatus

File

kaltura_client/KalturaClient.php, line 145

View source
class KalturaNotificationStatus {
  const PENDING = 1;
  const SENT = 2;
  const ERROR = 3;
  const SHOULD_RESEND = 4;
  const ERROR_RESENDING = 5;
  const SENT_SYNCH = 6;
  const QUEUED = 7;

}

Members