setNativeRef

open fun setNativeRef(identifer: String, nativeRef: Long)

Method is called by the native code to store a reference to an implemented native JNI counterpart.

Parameters

identifer

The name of the interface class (e.g. CefFocusHandler).

nativeRef

The reference to the native code.