Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ActivityAlias.AttributesContainer

The attributes container for the element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class ActivityAlias.AttributesContainer : BaseAttributesContainer

Properties

Property

Description

EnabledThe C# definition of the
 android:enabled 
Android Manifest attribute.
ExportedThe C# definition of the
 android:exported 
Android Manifest attribute.
IconThe C# definition of the
 android:icon 
Android Manifest attribute.
LabelThe C# definition of the
 android:label 
Android Manifest attribute.
NameThe C# definition of the
 android:name 
Android Manifest attribute.
PermissionThe C# definition of the
 android:permission 
Android Manifest attribute.
TargetActivityThe C# definition of the
 android:targetActivity 
Android Manifest attribute.

Inheritance