Optional meta-that can be in the manifest for this component, specifying
the name of the main entry point for this native activity in the
NativeActivity.MetaDataLibName native code.
Syntax
[Android.Runtime.Register("META_DATA_FUNC_NAME")] public const stringMetaDataFuncName
Remarks
Optional meta-that can be in the manifest for this component, specifying
the name of the main entry point for this native activity in the
NativeActivity.MetaDataLibName native code. If not specified,
"ANativeActivity_onCreate" is used.