-
public class CashAppPayComponent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StoredPaymentComponentProvider<CashAppPayComponent, CashAppPayConfiguration>PROVIDERprivate final Array<String>PAYMENT_METHOD_TYPESpublic final static CashAppPayComponent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetReturnUrl(Context context)Returns the suggested value to be used as the returnUrlvalue in the /payments call and in the CashAppPayConfiguration.final StoredPaymentComponentProvider<CashAppPayComponent, CashAppPayConfiguration>getPROVIDER()final Array<String>getPAYMENT_METHOD_TYPES()-
-
Method Detail
-
getReturnUrl
final String getReturnUrl(Context context)
Returns the suggested value to be used as the
returnUrlvalue in the /payments call and in the CashAppPayConfiguration.- Parameters:
context- The context provides the package name which constitutes part of the ReturnUrl
-
getPROVIDER
final StoredPaymentComponentProvider<CashAppPayComponent, CashAppPayConfiguration> getPROVIDER()
-
getPAYMENT_METHOD_TYPES
final Array<String> getPAYMENT_METHOD_TYPES()
-
-
-
-