webview_unbind

public final Unit webview_unbind(CPointer<? extends CPointed> w, String name)

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

Parameters

w

the handle of webview, usually returned by webview_create

name

the name of JS function used in webview_bind