Uses of Interface
dev.getelements.elements.sdk.service.notification.NotificationBuilder
Packages that use NotificationBuilder
Package
Description
-
Uses of NotificationBuilder in dev.getelements.elements.sdk.service.notification
Methods in dev.getelements.elements.sdk.service.notification that return NotificationBuilderModifier and TypeMethodDescriptionAdds a single key/value property.Adds all properties in the passed in mapping to the notification being built.NotificationBuilder.application
(Application application) Specifies theApplication
sourcing theNotification
.NotificationService.getBuilder()
Gets an instance ofNotificationBuilder
.Specifies the text to send along with theNotification
.Specifies theProfile
which will receive theNotification
.default NotificationBuilder
Specifies the profile which is sending the notification.default NotificationBuilder
NotificationBuilder.sound()
Specifies the default sound to play when sending a message.Specifies the sound to play when delivering the message.Specifies the title text of theNotification
. -
Uses of NotificationBuilder in dev.getelements.elements.service.notification
Classes in dev.getelements.elements.service.notification that implement NotificationBuilderMethods in dev.getelements.elements.service.notification that return NotificationBuilderModifier and TypeMethodDescriptionStandardNotificationBuilder.application
(Application application) StandardNotificationService.getBuilder()
Methods in dev.getelements.elements.service.notification that return types with arguments of type NotificationBuilderModifier and TypeMethodDescriptionjakarta.inject.Provider
<NotificationBuilder> StandardNotificationService.getNotificationBuilderProvider()
Method parameters in dev.getelements.elements.service.notification with type arguments of type NotificationBuilderModifier and TypeMethodDescriptionvoid
StandardNotificationService.setNotificationBuilderProvider
(jakarta.inject.Provider<NotificationBuilder> notificationBuilderProvider)