-
public class PhonePeWrapper
-
-
Constructor Summary
Constructors Constructor Description PhonePeWrapper(InvocationHandler handler)
-
Method Summary
Modifier and Type Method Description voidmakePayment(Activity activity, String postData, Boolean isUserCacheEnabled, View customDialogView)Function to make payment using PhonePe voidmakePayment(Activity activity, String postData, Boolean isUserCacheEnabled)Function to make payment using PhonePe voidcheckForPaymentAvailability(Context context, String paymentOptionHash, String merchantKey, String user_credentials)-
-
Constructor Detail
-
PhonePeWrapper
PhonePeWrapper(InvocationHandler handler)
-
-
Method Detail
-
makePayment
void makePayment(Activity activity, String postData, Boolean isUserCacheEnabled, View customDialogView)
Function to make payment using PhonePe
- Parameters:
postData- Post Data
-
makePayment
void makePayment(Activity activity, String postData, Boolean isUserCacheEnabled)
Function to make payment using PhonePe
- Parameters:
postData- Post Data
-
checkForPaymentAvailability
void checkForPaymentAvailability(Context context, String paymentOptionHash, String merchantKey, String user_credentials)
-
-
-
-