Package com.adyen.checkout.dropin
Interface SessionDropInCallback
-
- All Implemented Interfaces:
public interface SessionDropInCallbackA class that defines the callbacks from Drop-in to the Activity or Fragment that launched it.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonDropInResult(SessionDropInResult sessionDropInResult)Returns the final result of Drop-in. -
-
Method Detail
-
onDropInResult
abstract Unit onDropInResult(SessionDropInResult sessionDropInResult)
Returns the final result of Drop-in. Use this method together with DropIn.registerForDropInResult.
- Parameters:
sessionDropInResult- The final result of Drop-in.
-
-
-
-