# AndroidFoldableState

> Options to indicate the state of a fold or hinge.

## Definition

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

```csharp
public enum AndroidFoldableState
```

## Remarks

This enum directly wraps the [FoldingFeature.State](https://developer.android.com/reference/androidx/window/layout/FoldingFeature.State) values in the AndroidX API.

## Fields

| Value                                                                                                | Description                                     |
| ---------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [Flat](/engine/6000.6/script-reference/unityengine/android/androidfoldablestate/flat.md)             | Wraps the Android property value `FLAT`.        |
| [HalfOpened](/engine/6000.6/script-reference/unityengine/android/androidfoldablestate/halfopened.md) | Wraps the Android property value `HALF_OPENED`. |
