Class StandardNotificationEvent
java.lang.Object
dev.getelements.elements.service.notification.StandardNotificationEvent
- All Implemented Interfaces:
NotificationEvent
-
Constructor Summary
ConstructorsConstructorDescriptionStandardNotificationEvent
(String tokenId, NotificationParameters parameters) -
Method Summary
Modifier and TypeMethodDescriptionTheNotificationParameters
used to send the event.Returns the database-assigned token ID for theNotificationEvent
.toString()
-
Constructor Details
-
StandardNotificationEvent
-
-
Method Details
-
getTokenId
Description copied from interface:NotificationEvent
Returns the database-assigned token ID for theNotificationEvent
.- Specified by:
getTokenId
in interfaceNotificationEvent
- Returns:
-
getParameters
Description copied from interface:NotificationEvent
TheNotificationParameters
used to send the event.- Specified by:
getParameters
in interfaceNotificationEvent
- Returns:
-
toString
-