Object RedirectComponent.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getReturnUrl(Context context) Returns the suggested value to be used as the returnUrl value in the payments/ call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getReturnUrl

         final String getReturnUrl(Context context)

        Returns the suggested value to be used as the returnUrl value in the payments/ call.

        Parameters:
        context - The context provides the package name which constitutes part of the ReturnUrl
        Returns:

        The suggested returnUrl to be used. Consists of REDIRECT_RESULT_SCHEME + App package name.