See Also: ExportParameterAttribute Members
Java.Introp.ExportAttribute and Java.Introp.ExportFieldAttribute are used to generate Java method and/or field explicitly in Android Callable Wrappers (ACWs), with specific name. Since Mono for Android maps more than one Java types to one managed type, the signature for the Java method that corresponds to an exported managed method cannot be determined without detailed specification. Java.Introp.ExportParameterAttribute is used in such usage scenario, to indicate which Java type it is used in the generated code.
For details, see ExportAttribute section of the documentation page.
This type is introduced in Mono for Android 4.2.