public class EventNotificationConverter extends Object
Constructor and Description |
---|
EventNotificationConverter(NotificationEvent sdkNotificationEvent)
Construct with SDK notification event object involved in conversion.
|
EventNotificationConverter(String apiCallbackEvent)
Construct with API callback event object involved in conversion.
|
Modifier and Type | Method and Description |
---|---|
String |
toAPICallbackEvent()
Convert from SDK notification event to API callback event.
|
NotificationEvent |
toSDKNotificationEvent()
Convert from API callback event to SDK notification event.
|
public EventNotificationConverter(NotificationEvent sdkNotificationEvent)
sdkNotificationEvent
- public EventNotificationConverter(String apiCallbackEvent)
apiCallbackEvent
- public String toAPICallbackEvent()
public NotificationEvent toSDKNotificationEvent()
Copyright 2022 OneSpan All rights reserved.