Package com.adyen.checkout.dropin
Interface DropInCallback
-
- All Implemented Interfaces:
public interface DropInCallbackA 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(DropInResult dropInResult)Returns the final result of Drop-in. -
-
Method Detail
-
onDropInResult
abstract Unit onDropInResult(DropInResult dropInResult)
Returns the final result of Drop-in. Use this method together with DropIn.registerForDropInResult.
- Parameters:
dropInResult- The final result of Drop-in.
-
-
-
-