---
title: "AdaptStrategy"
description: "Provides the information about how the associated pane should be adapted if it cannot be
displayed in its [PaneAdaptedValue.Expanded] state."
type: "interface"
---

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


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

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



```kotlin
@ExperimentalMaterial3AdaptiveApi
interface AdaptStrategy
```


Provides the information about how the associated pane should be adapted if it cannot be
displayed in its `PaneAdaptedValue.Expanded` state.


## Functions

```kotlin
fun adapt(): PaneAdaptedValue
```


Override this function to provide the resulted adapted state.



