Package com.adyen.checkout.cashapppay
Object CashAppPayComponent.Companion
-
- All Implemented Interfaces:
public class CashAppPayComponent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public 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.-
-
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- Returns:
The suggested
returnUrlto be used. Consists of "adyencheckout://" + App package name.
-
-
-
-