open

fun open(page: Page, options: SettingOptions? = null, listener: OnOpenURLListener? = null, handler: Handler = Handler(Looper.getMainLooper()))

Open the specific Page in web view.

Parameters

page

Page in Authgear Web UI.

options

Setting options.

listener

The listener.

handler

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