CefNative

interface CefNative

The methods of this interface are triggered by the native code to store and get the JNI counterparts of the JCEF implementation.

Inheritors

Functions

Link copied to clipboard
abstract fun getNativeRef(identifer: String): Long
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
abstract fun setNativeRef(identifer: String, nativeRef: Long)
Method is called by the native code to store a reference to an implemented native JNI counterpart.