Uses of Class
com.kaltura.client.enums.PushNotificationCommandType
-
Packages that use PushNotificationCommandType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of PushNotificationCommandType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return PushNotificationCommandType Modifier and Type Method Description static PushNotificationCommandTypePushNotificationCommandType. get(String value)static PushNotificationCommandTypePushNotificationCommandType. valueOf(String name)Returns the enum constant of this type with the specified name.static PushNotificationCommandType[]PushNotificationCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PushNotificationCommandType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type PushNotificationCommandType Modifier and Type Method Description static EventNotificationTemplateService.SendCommandEventNotificationTemplateBuilderEventNotificationTemplateService. sendCommand(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams, PushNotificationCommandType command)Clear queue messagesConstructors in com.kaltura.client.services with parameters of type PushNotificationCommandType Constructor Description SendCommandEventNotificationTemplateBuilder(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams, PushNotificationCommandType command)
-