NativeActivity.MetaDataLibName Field

Definition

Optional meta-that can be in the manifest for this component, specifying the name of the native shared library to load.

[Android.Runtime.Register("META_DATA_LIB_NAME")]
public const string MetaDataLibName;
[<Android.Runtime.Register("META_DATA_LIB_NAME")>]
val mutable MetaDataLibName : 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 native shared library to load. If not specified, "main" is used.

Java documentation for android.app.NativeActivity.META_DATA_LIB_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