---
title: "mandatorySystemGestures"
description: "These insets represent the space where system gestures have priority over application gestures."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
expect val WindowInsets.Companion.mandatorySystemGestures: WindowInsets
```


These insets represent the space where system gestures have priority over application gestures.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
actual val WindowInsets.Companion.mandatorySystemGestures: WindowInsets
```


For the `WindowInsetsCompat.Type.mandatorySystemGestures`. These insets represents the space
where system gestures have priority over application gestures.



