Class NotificationRegistrationParams

java.lang.Object
com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams

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

    • NotificationRegistrationParams

      public NotificationRegistrationParams()
  • Method Details

    • 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 String getNotificationIdentifier()
      Gets the notification identifier when registering for push notifications.
      Returns:
      the configured notification identifier
    • setNotificationIdentifier

      public void setNotificationIdentifier(String notificationIdentifier)
      Sets the notification identifier to be used when registering for push notifications
      Parameters:
      notificationIdentifier - the notification identifier
    • getNotificationRegistrationCallback

      public NotificationRegistrationCallback getNotificationRegistrationCallback()
      Returns:
      the NotificationRegistrationCallback object
    • setNotificationRegistrationCallback

      public void setNotificationRegistrationCallback(NotificationRegistrationCallback notificationRegistrationCallback)
      Sets the NotificationRegistrationCallback to be notified about notification registration events.
      Parameters:
      notificationRegistrationCallback - a NotificationRegistrationCallback object