# startType

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

## Definition

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

```csharp
StartType startType { get; }
```

### Remarks

For more information, refer to Android's documentation on [getStartType()](https://developer.android.com/reference/android/app/ApplicationStartInfo#getStartType\(\)).

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