public interface CefNative
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getNativeRef(String identifer)
Method is called by the native code to get the reference
to an previous stored identifier.
|
void |
setNativeRef(String identifer,
long nativeRef)
Method is called by the native code to store a reference
to an implemented native JNI counterpart.
|
void setNativeRef(String identifer, long nativeRef)
identifer - The name of the interface class (e.g. CefFocusHandler).nativeRef - The reference to the native code.long getNativeRef(String identifer)
identifer - The name of the interface class (e.g. CefFocusHandler).Copyright © 2017. All rights reserved.