Uses of Interface
dev.getelements.elements.sdk.service.notification.NotificationParameters
Packages that use NotificationParameters
Package
Description
-
Uses of NotificationParameters in dev.getelements.elements.sdk.service.notification
Methods in dev.getelements.elements.sdk.service.notification that return NotificationParametersModifier and TypeMethodDescriptionNotificationEvent.getParameters()TheNotificationParametersused to send the event.Methods in dev.getelements.elements.sdk.service.notification with parameters of type NotificationParametersModifier and TypeMethodDescriptionvoidNotificationDestination.send(NotificationParameters parameters, Consumer<NotificationEvent> success, Consumer<Exception> failure) Sends a notification using the suppliedNotificationParametersand calblack medhos. -
Uses of NotificationParameters in dev.getelements.elements.service.notification
Classes in dev.getelements.elements.service.notification that implement NotificationParametersMethods in dev.getelements.elements.service.notification that return NotificationParametersModifier and TypeMethodDescriptionStandardNotification.getNotificationParameters()StandardNotificationEvent.getParameters()Methods in dev.getelements.elements.service.notification that return types with arguments of type NotificationParametersModifier and TypeMethodDescriptionStandardNotification.getNotificationDestinationFactory()StandardNotificationBuilder.getNotificationFactory()Constructors in dev.getelements.elements.service.notification with parameters of type NotificationParametersModifierConstructorDescriptionStandardNotification(NotificationParameters notificationParameters) StandardNotificationEvent(String tokenId, NotificationParameters parameters)