ThreeDSecureLauncher

constructor(fragment: Fragment, callback: ThreeDSecureLauncherCallback)

Used to launch the 3DS authentication flow to tokenize a 3DS card. This class must be instantiated before your Fragment is created.

Parameters

fragment

an Android Fragment from which you will launch the 3DS flow

callback

a ThreeDSecureLauncherCallback to received the result of the 3DS authentication flow


constructor(activity: ComponentActivity, callback: ThreeDSecureLauncherCallback)

Used to launch the 3DS authentication flow to tokenize a 3DS card. This class must be instantiated before your Activity is created.

Parameters

activity

an Android Activity from which you will launch the 3DS flow

callback

a ThreeDSecureLauncherCallback to received the result of the 3DS authentication flow