-
- All Implemented Interfaces:
-
com.adyen.checkout.components.PaymentMethodAvailabilityCheck
public final class WeChatPayProvider implements PaymentMethodAvailabilityCheck<Configuration>This class is not an actual provider, it only checks whether WeChatPay is available. There is no viewable Payment Component for WeChatPay, only an Action Component. You can directly call /payments after you receive a callback from isAvailable. You can use WeChatPayActionComponent to handle the returned action.
-
-
Constructor Summary
Constructors Constructor Description WeChatPayProvider()
-
Method Summary
Modifier and Type Method Description UnitisAvailable(Application applicationContext, PaymentMethod paymentMethod, Configuration configuration, ComponentAvailableCallback<Configuration> callback)-
-
Method Detail
-
isAvailable
Unit isAvailable(Application applicationContext, PaymentMethod paymentMethod, Configuration configuration, ComponentAvailableCallback<Configuration> callback)
-
-
-
-