send Sca Challenge Async
open fun sendScaChallengeAsync(eventId: String, request: ScaAuthenticationEventChallengeEmbeddedHybridRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<ScaAuthenticationEventChallengeEmbeddedHybridResponse>)
Asynchronously send a SCA challenge as part of the ongoing Embedded or Hybrid SCA process.
Parameters
event Id
Unique identifier for the SCA event, associated with the current event challenge.
request
A ScaAuthenticationEventChallengeEmbeddedHybridRequest object with the SCA challenge details.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.