언어

IAndroidCallableWrapper Interface

Definition

Interface for proxy types that represent Android Callable Wrappers (ACW). ACW types are .NET types that have a corresponding generated Java class which calls back into .NET via JNI native methods.

public interface IAndroidCallableWrapper
type IAndroidCallableWrapper = interface

Methods

Name Description
RegisterNatives(JniType)

Registers JNI native methods for this ACW type. Called when the Java class is first loaded and needs its native methods bound.

Applies to