---
title: "DialogWindowProvider"
description: "Provides the underlying window of a dialog.

Implemented by dialog's root layout."
type: "interface"
---

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


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

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



```kotlin
interface DialogWindowProvider
```


Provides the underlying window of a dialog.

Implemented by dialog's root layout.


## Properties

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


```kotlin
val window: Window
```



