Android.App.NativeActivity.MetaDataFuncName Field
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 string MetaDataFuncName

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.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9