# UpdateBadgeImage(string)

> Sets or updates badge on a tile to an image.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.WSA](/engine/6000.3/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void UpdateBadgeImage(string image)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Image identifier.

### Remarks

An image on a badge must be one of predefined glyphs: [http://msdn.microsoft.com/en-us/library/windows/apps/hh779719.aspx](http://msdn.microsoft.com/en-us/library/windows/apps/hh779719.aspx).
