Package com.adyen.checkout.redirect
Object RedirectComponent.Companion
-
- All Implemented Interfaces:
public class RedirectComponent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RedirectComponent.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.-
-
Method Detail
-
getReturnUrl
final String getReturnUrl(Context context)
Returns the suggested value to be used as the
returnUrlvalue in the payments/ call.- Parameters:
context- The context provides the package name which constitutes part of the ReturnUrl- Returns:
The suggested
returnUrlto be used. Consists of REDIRECT_RESULT_SCHEME + App package name.
-
-
-
-