# AndroidShowActivityIndicatorOnLoading

> Application should show ActivityIndicator when loading.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum AndroidShowActivityIndicatorOnLoading
```

## Remarks

Additional Resources: [\_showActivityIndicatorOnLoading](/engine/6000.0/script-reference/unityeditor/playersettings/android/showactivityindicatoronloading.md).

## Fields

| Value                                                                                                               | Description     |
| ------------------------------------------------------------------------------------------------------------------- | --------------- |
| [DontShow](/engine/6000.0/script-reference/unityeditor/androidshowactivityindicatoronloading/dontshow.md)           | Don't Show.     |
| [InversedLarge](/engine/6000.0/script-reference/unityeditor/androidshowactivityindicatoronloading/inversedlarge.md) | Inversed Large. |
| [InversedSmall](/engine/6000.0/script-reference/unityeditor/androidshowactivityindicatoronloading/inversedsmall.md) | Inversed Small. |
| [Large](/engine/6000.0/script-reference/unityeditor/androidshowactivityindicatoronloading/large.md)                 | Large.          |
| [Small](/engine/6000.0/script-reference/unityeditor/androidshowactivityindicatoronloading/small.md)                 | Small.          |
