Service
The C# definition of the <service> Android Manifest element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
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 |
|---|---|
| Attributes | The attributes container for the |
| IntentFilterList | List of |
| MetaDataList | List of |
Classes
Class | Description |
|---|---|
| Service.AttributesContainer | The attributes container for the |