Interface RedirectHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • parseRedirectResult

         abstract JSONObject parseRedirectResult(Uri data)

        A redirect may return to the application using the ReturnUrl when properly setup in an Intent Filter. Is usually contains result information as parameters on that returnUrl. This method parses those results and returns a JSONObject to be used in the details call.

        Parameters:
        data - The returned Uri
        Returns:

        The parsed value to be passed on the payments/details call, on the details parameter.