# AndroidFoldableOcclusionType

> Options to represent the hinge occlusion behavior.

## Definition

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

```csharp
public enum AndroidFoldableOcclusionType
```

## Remarks

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

## Fields

| Value                                                                                            | Description                              |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------- |
| [Full](/engine/6000.6/script-reference/unityengine/android/androidfoldableocclusiontype/full.md) | Wraps the Android property value `FULL`. |
| [None](/engine/6000.6/script-reference/unityengine/android/androidfoldableocclusiontype/none.md) | Wraps the Android property value `NONE`. |
