Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Package

The C# definition of the <package> Android Manifest element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class Package : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Package element

Constructors

Constructor

Description

Package()Element constructor.
Package(Unity.Android.Gradle.Manifest.Package)Element constructor.

Properties

Property

Description

AttributesThe attributes container for the
 <package> 
element.

Classes

Class

Description

Package.AttributesContainerThe attributes container for the
 <package> 
element.

Inheritance