# AndroidLaunchReport.Launch

> Provides information about the application launched on a single Android device.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Android](/engine/6000.6/script-reference/unityeditor/android.md)
* **Assembly:** UnityEditor.Android.Extensions

```csharp
public class AndroidLaunchReport.Launch
```

## Properties

| Property                                                                                                       | Description                                                                                                                |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [ActivityName](/engine/6000.6/script-reference/unityeditor/android/androidlaunchreport/launch/activityname.md) | The name of the Android activity used for launching the application.                                                       |
| [DeviceId](/engine/6000.6/script-reference/unityeditor/android/androidlaunchreport/launch/deviceid.md)         | The unique identifier of the Android device on which the application was launched.                                         |
| [Errors](/engine/6000.6/script-reference/unityeditor/android/androidlaunchreport/launch/errors.md)             | Provides description about the error when the application fails to launch on a device, otherwise contains an empty string. |
| [PackageName](/engine/6000.6/script-reference/unityeditor/android/androidlaunchreport/launch/packagename.md)   | The package name used for the application launched on an Android device.                                                   |
| [Success](/engine/6000.6/script-reference/unityeditor/android/androidlaunchreport/launch/success.md)           | The outcome of the application launch process.                                                                             |
