Class NotificationRegistrationParams
java.lang.Object
com.vasco.orchestration.client.flows.notification.NotificationRegistrationParams
A
NotificationRegistrationParams
object provides parameters to register for push
notifications.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the notification identifier when registering for push notifications.Gets the configuredNotificationRegistrationCallback
.Gets the configured user when registering for push notifications.void
setNotificationIdentifier
(String notificationIdentifier) Sets the notification identifier to be used when registering for push notificationsvoid
setNotificationRegistrationCallback
(NotificationRegistrationCallback notificationRegistrationCallback) Sets theNotificationRegistrationCallback
to be notified about notification registration events.void
setOrchestrationUser
(OrchestrationUser orchestrationUser) Sets the user to be used when registering for push notifications
-
Constructor Details
-
NotificationRegistrationParams
public NotificationRegistrationParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user when registering for push notifications.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used when registering for push notifications- Parameters:
orchestrationUser
- the user
-
getNotificationIdentifier
Gets the notification identifier when registering for push notifications.- Returns:
- the configured notification identifier
-
setNotificationIdentifier
Sets the notification identifier to be used when registering for push notifications- Parameters:
notificationIdentifier
- the notification identifier
-
getNotificationRegistrationCallback
Gets the configuredNotificationRegistrationCallback
.- Returns:
- the
NotificationRegistrationCallback
object
-
setNotificationRegistrationCallback
public void setNotificationRegistrationCallback(NotificationRegistrationCallback notificationRegistrationCallback) Sets theNotificationRegistrationCallback
to be notified about notification registration events.- Parameters:
notificationRegistrationCallback
- aNotificationRegistrationCallback
object
-