Uses of Interface
com.mypurecloud.sdk.v2.extensions.notifications.NotificationListener
Packages that use NotificationListener
-
Uses of NotificationListener in com.mypurecloud.sdk.v2.extensions.notifications
Methods in com.mypurecloud.sdk.v2.extensions.notifications with parameters of type NotificationListenerModifier and TypeMethodDescription<T> voidNotificationHandler.addHandlerNoSubscribe(NotificationListener<T> listener) <T> voidNotificationHandler.addSubscription(NotificationListener<T> listener) NotificationHandler.Builder.withNotificationListener(NotificationListener<?> notificationListener) Method parameters in com.mypurecloud.sdk.v2.extensions.notifications with type arguments of type NotificationListenerModifier and TypeMethodDescriptionvoidNotificationHandler.addHandlersNoSubscribe(List<NotificationListener<?>> listeners) voidNotificationHandler.addSubscriptions(List<NotificationListener<?>> listeners) NotificationHandler.Builder.withNotificationListeners(List<NotificationListener<?>> notificationListeners)