---
title: "updateIf"
description: "Update all App Widgets managed by the [GlanceAppWidget] class, if they fulfill some condition."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
public suspend inline fun <reified State> GlanceAppWidget.updateIf(
    @Suppress("ContextFirst") context: Context,
    predicate: (State) -> Boolean,
)
```


Update all App Widgets managed by the `GlanceAppWidget` class, if they fulfill some condition.



