NativeActivity.MetaDataFuncName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.