Uses of Enum Class
com.pushtechnology.diffusion.client.features.control.topics.TopicNotifications.TopicNotificationListener.NotificationType
Packages that use TopicNotifications.TopicNotificationListener.NotificationType
Package
Description
Client API : Topic Control Features.
-
Uses of TopicNotifications.TopicNotificationListener.NotificationType in com.pushtechnology.diffusion.client.features.control.topics
Methods in com.pushtechnology.diffusion.client.features.control.topics that return TopicNotifications.TopicNotificationListener.NotificationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TopicNotifications.TopicNotificationListener.NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features.control.topics with parameters of type TopicNotifications.TopicNotificationListener.NotificationTypeModifier and TypeMethodDescriptionvoidTopicNotifications.TopicNotificationListener.Default.onDescendantNotification(String topicPath, TopicNotifications.TopicNotificationListener.NotificationType type) voidTopicNotifications.TopicNotificationListener.onDescendantNotification(String topicPath, TopicNotifications.TopicNotificationListener.NotificationType type) Notification for an immediate descendant of a selected topic path.voidTopicNotifications.TopicNotificationListener.Default.onTopicNotification(String topicPath, TopicSpecification specification, TopicNotifications.TopicNotificationListener.NotificationType type) voidTopicNotifications.TopicNotificationListener.onTopicNotification(String topicPath, TopicSpecification specification, TopicNotifications.TopicNotificationListener.NotificationType type) A notification for a selected topic.