Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Service

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

Definition

public sealed class Service : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

AttributesThe attributes container for the
 <service> 
element.
IntentFilterListList of
<intent-filter>
child elements.
MetaDataListList of
<meta-data>
child elements.

Classes

Class

Description

Service.AttributesContainerThe attributes container for the
 <service> 
element.

Inheritance