# AndroidScreenLayoutLong

> Options to indicate whether the aspect ratio of the screen is taller or wider than normal.

## Definition

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

```csharp
public enum AndroidScreenLayoutLong
```

## Remarks

Additional Resources: [\_screenLayoutLong](/engine/6000.7/script-reference/unityengine/android/androidconfiguration/screenlayoutlong.md)

## Fields

| Value                                                                                                 | Description                                                       |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [No](/engine/6000.7/script-reference/unityengine/android/androidscreenlayoutlong/no.md)               | Mirrors the Android property value `SCREENLAYOUT_LONG_NO`.        |
| [Undefined](/engine/6000.7/script-reference/unityengine/android/androidscreenlayoutlong/undefined.md) | Mirrors the Android property value `SCREENLAYOUT_LONG_UNDEFINED`. |
| [Yes](/engine/6000.7/script-reference/unityengine/android/androidscreenlayoutlong/yes.md)             | Mirrors the Android property value `SCREENLAYOUT_LONG_YES`.       |
