. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_EmailNotification_Enum_EmailNotificationTemplatePriority { const HIGH = 1; const NORMAL = 3; const LOW = 5; }