ThreeDS2ServiceConfiguration

constructor(context: Context?, configParameters: ConfigParameters, locale: Locale = Locale.getDefault(), uiCustomization: UICustomization = UICustomization(), appUri: Uri? = null, challengeTimeout: Int = CHALLENGE_TIMEOUT)

Parameters

context

An instance of Android application context.

configParameters

Configuration object required to create transaction

locale

Locale used for the Challenge screen

uiCustomization

Challenge UI customization

appUri

Optional URI used to bring the requestor app back to the foreground during an out-of-band (OOB) challenge. When omitted, no app-to-app redirect is performed.

challengeTimeout

Timeout interval (in minutes) within which the challenge process must be completed. The minimum timeout interval is 5 minutes