# PeriodicBadgeUpdate(string, float)

> Starts periodic update of a badge on a tile.

## Definition

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

```csharp
public void PeriodicBadgeUpdate(string uri, float interval)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): A remote location from where to retrieve tile update**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): A time interval in minutes, will be rounded to a value, supported by the system

### Remarks

A remote uri will be checked periodically to retrieve an update for a badge.
