| 构造器和说明 |
|---|
CefNativeAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public void setNativeRef(String identifer, long nativeRef)
CefNativesetNativeRef 在接口中 CefNativeidentifer - The name of the interface class (e.g. CefFocusHandler).nativeRef - The reference to the native code.public long getNativeRef(String identifer)
CefNativegetNativeRef 在接口中 CefNativeidentifer - The name of the interface class (e.g. CefFocusHandler).Copyright © 2017. All rights reserved.