Class AppBaseChallengeDelegateImpl
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.ui.delegate.AppBaseChallengeDelegate
public final class AppBaseChallengeDelegateImpl implements AppBaseChallengeDelegate
-
-
Constructor Summary
Constructors Constructor Description AppBaseChallengeDelegateImpl()
-
Method Summary
Modifier and Type Method Description UnitinitAppBaseChallengeDelegate(Activity activity, AcquiringSdk sdk, LifecycleCoroutineScope lifecycleScope)UnitlaunchChallenge(ThreeDsData threeDsData, ThreeDsAppBasedTransaction transaction, Function1<AppBaseChallengeResult, Unit> onResult)-
-
Method Detail
-
initAppBaseChallengeDelegate
Unit initAppBaseChallengeDelegate(Activity activity, AcquiringSdk sdk, LifecycleCoroutineScope lifecycleScope)
-
launchChallenge
Unit launchChallenge(ThreeDsData threeDsData, ThreeDsAppBasedTransaction transaction, Function1<AppBaseChallengeResult, Unit> onResult)
-
-
-
-