-
public interface PrimerHeadlessUniversalCheckoutNativeUiManagerInterface
-
-
Method Summary
Modifier and Type Method Description abstract UnitshowPaymentMethod(Context context, PrimerSessionIntent sessionIntent)This method should be called when payment method needs to be showed. abstract Unitcleanup()-
-
Method Detail
-
showPaymentMethod
abstract Unit showPaymentMethod(Context context, PrimerSessionIntent sessionIntent)
This method should be called when payment method needs to be showed.
-
cleanup
abstract Unit cleanup()
-
-
-
-