Functions

Link copied to clipboard
abstract fun launchUriRedirect(context: Context, url: String?)
Link copied to clipboard
abstract fun parseRedirectResult(data: Uri?): JSONObject

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.

Link copied to clipboard
Link copied to clipboard
abstract fun setOnRedirectListener(listener: () -> Unit)