# startComponent

> Mirrors android:android.app.ApplicationStartInfo getStartComponent() method.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
StartComponent startComponent { get; }
```

### Remarks

For more information, refer to Android's documentation on [getStartComponent()](https://developer.android.com/reference/android/app/ApplicationStartInfo#getStartComponent\(\)). Available on API 36+. Returns 0 on earlier versions.

Additional Resources: [StartComponent](/engine/6000.7/script-reference/unityengine/android/startcomponent.md)
