webview_unbind

abstract fun webview_unbind(webview: Pointer?, name: String)

Removes a Kotlin/Java callback that was previously set by webview_bind.

Parameters

webview

the handle of webview, usually returned by webview_create

name

the name of JS function used in webview_bind