IAndroidCallableWrapper.RegisterNatives(JniType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers JNI native methods for this ACW type. Called when the Java class is first loaded and needs its native methods bound.
public void RegisterNatives(Java.Interop.JniType nativeClass);
abstract member RegisterNatives : Java.Interop.JniType -> unit
Parameters
- nativeClass
- JniType
The JNI type for the Java class.