# screenLayoutLong

> Mirrors the Android property screenLayout based on the SCREENLAYOUT_LONG_MASK value.

## Definition

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

```csharp
public AndroidScreenLayoutLong screenLayoutLong { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [screenLayout](https://developer.android.com/reference/android/content/res/Configuration#screenLayout) and [SCREENLAYOUT\_LONG\_MASK](https://developer.android.com/reference/android/content/res/Configuration#SCREENLAYOUT_LONG_MASK).

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