NativeActivity.MetaDataFuncName Field

Definition

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 #META_DATA_LIB_NAME native code.

[Android.Runtime.Register("META_DATA_FUNC_NAME")]
public const string MetaDataFuncName;
[<Android.Runtime.Register("META_DATA_FUNC_NAME")>]
val mutable MetaDataFuncName : string

Field Value

Implements

Android.Views.ISurfaceHolderCallback2._members Android.Views.ISurfaceHolderCallback2.cb_surfaceRedrawNeededAsync_Landroid_view_SurfaceHolder_Ljava_lang_Runnable_
Attributes

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 #META_DATA_LIB_NAME native code. If not specified, "ANativeActivity_onCreate" is used.

Java documentation for android.app.NativeActivity.META_DATA_FUNC_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to