Interface AppBaseChallengeDelegate
-
- All Implemented Interfaces:
public interface AppBaseChallengeDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitinitAppBaseChallengeDelegate(Activity activity, AcquiringSdk sdk, LifecycleCoroutineScope lifecycleScope)abstract UnitlaunchChallenge(ThreeDsData threeDsData, ThreeDsAppBasedTransaction transaction, Function1<AppBaseChallengeResult, Unit> onResult)-
-
Method Detail
-
initAppBaseChallengeDelegate
abstract Unit initAppBaseChallengeDelegate(Activity activity, AcquiringSdk sdk, LifecycleCoroutineScope lifecycleScope)
-
launchChallenge
abstract Unit launchChallenge(ThreeDsData threeDsData, ThreeDsAppBasedTransaction transaction, Function1<AppBaseChallengeResult, Unit> onResult)
-
-
-
-