PONetcetera3DS2Service

class PONetcetera3DS2Service(delegate: PONetcetera3DS2ServiceDelegate, configuration: PONetcetera3DS2ServiceConfiguration = PONetcetera3DS2ServiceConfiguration()) : PO3DSService

A service that integrates the Netcetera 3DS SDK.

Parameters

delegate

Delegate that handles communication with the service.

configuration

Service configuration.

Constructors

Link copied to clipboard
constructor(delegate: PONetcetera3DS2ServiceDelegate, configuration: PONetcetera3DS2ServiceConfiguration = PONetcetera3DS2ServiceConfiguration())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
open override fun cleanup()
Link copied to clipboard
open override fun handle(challenge: PO3DS2Challenge, callback: (ProcessOutResult<Boolean>) -> Unit)
open override fun handle(redirect: PO3DSRedirect, callback: (ProcessOutResult<String>) -> Unit)