public interface ThreeDSecurePrepareLookupListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepareLookupComplete(ThreeDSecureRequest request,
java.lang.String clientData)
Called when the 3DS preparation is completed.
|
void onPrepareLookupComplete(ThreeDSecureRequest request, java.lang.String clientData)
request - the ThreeDSecureRequest with a nonce.clientData - JSON string of client data to be sent to server for lookup.