Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun launchUriRedirect(context: Context, url: String?)
Link copied to clipboard
open override 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
open override fun removeOnRedirectListener()
Link copied to clipboard
open override fun setOnRedirectListener(listener: () -> Unit)