Lingua

IAndroidCallableWrapper.RegisterNatives(JniType) Method

Definition

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.

Applies to