Uses of Class
com.kaltura.client.types.PushNotificationParams
-
Packages that use PushNotificationParams Package Description com.kaltura.client.services -
-
Uses of PushNotificationParams in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type PushNotificationParams Modifier and Type Method Description static EventNotificationTemplateService.RegisterEventNotificationTemplateBuilderEventNotificationTemplateService. register(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams)Register to a queue from which event messages will be provided according to given template.static EventNotificationTemplateService.SendCommandEventNotificationTemplateBuilderEventNotificationTemplateService. sendCommand(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams, PushNotificationCommandType command)Clear queue messagesConstructors in com.kaltura.client.services with parameters of type PushNotificationParams Constructor Description RegisterEventNotificationTemplateBuilder(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams)SendCommandEventNotificationTemplateBuilder(String notificationTemplateSystemName, PushNotificationParams pushNotificationParams, PushNotificationCommandType command)
-