. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_EmailNotification_Enum_EmailNotificationFormat { const HTML = "1"; const TEXT = "2"; }