openUrl

fun openUrl(path: String, listener: OnOpenURLListener? = null, handler: Handler = Handler(Looper.getMainLooper()))

Open the specific path on the authgear server.

Parameters

path

Path to be opened in web view

listener

The listener.

handler

The handler of the thread on which the listener is called.