Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Service.AttributesContainer

The attributes container for the <service> element.
Read time 1 minuteLast updated 13 days ago

Definition

public sealed class Service.AttributesContainer : BaseAttributesContainer

Properties

Property

Description

DescriptionThe C# definition of the
 android:description 
Android Manifest attribute.
DirectBootAwareThe C# definition of the
 android:directBootAware 
Android Manifest attribute.
EnabledThe C# definition of the
 android:enabled 
Android Manifest attribute.
ExportedThe C# definition of the
 android:exported 
Android Manifest attribute.
ForegroundServiceTypeThe C# definition of the
 android:foregroundServiceType 
Android Manifest attribute.
IconThe C# definition of the
 android:icon 
Android Manifest attribute.
IsolatedProcessThe C# definition of the
 android:isolatedProcess 
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.
ProcessThe C# definition of the
 android:process 
Android Manifest attribute.

Inheritance