Class NotificationRegistrationParams


  • public class NotificationRegistrationParams
    extends java.lang.Object
    A NotificationRegistrationParams object provides parameters to register for push notifications.
    • Constructor Detail

      • NotificationRegistrationParams

        public NotificationRegistrationParams()
    • Method Detail

      • getOrchestrationUser

        public OrchestrationUser getOrchestrationUser()
        Gets the configured user when registering for push notifications.
        Returns:
        the configured user
      • setOrchestrationUser

        public void setOrchestrationUser​(OrchestrationUser orchestrationUser)
        Sets the user to be used when registering for push notifications
        Parameters:
        orchestrationUser - the user
      • getNotificationIdentifier

        public java.lang.String getNotificationIdentifier()
        Gets the notification identifier when registering for push notifications.
        Returns:
        the configured notification identifier
      • setNotificationIdentifier

        public void setNotificationIdentifier​(java.lang.String notificationIdentifier)
        Sets the notification identifier to be used when registering for push notifications
        Parameters:
        notificationIdentifier - the notification identifier