IAndroidCallableWrapper Interface
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.
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. |