Package-level declarations

Types

Link copied to clipboard
class PONetcetera3DS2Service(delegate: PONetcetera3DS2ServiceDelegate, configuration: PONetcetera3DS2ServiceConfiguration = PONetcetera3DS2ServiceConfiguration()) : PO3DSService

A service that integrates the Netcetera 3DS SDK.

Link copied to clipboard
data class PONetcetera3DS2ServiceConfiguration(val authenticationMode: PONetcetera3DS2ServiceConfiguration.AuthenticationMode = COMPATIBILITY, val challengeTimeoutSeconds: Int = 5 * 60, val locale: Locale? = null, val returnUrl: String? = null, val bridgingExtensionVersion: Transaction.BridgingMessageExtensionVersion? = null, val uiCustomizations: Map<UiCustomization.UiCustomizationType, UiCustomization>? = null)

Specifies PONetcetera3DS2Service configuration.

Link copied to clipboard

A delegate that handles communication with the PONetcetera3DS2Service.