# UnityInterface.UnityViewSessionDestroyedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Unity

```csharp
public delegate void UnityInterface.UnityViewSessionDestroyedDelegate(IntPtr userData, uint session)
```

Parameters

| Type                                                           | Name     | Description |
| -------------------------------------------------------------- | -------- | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData |             |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32)   | session  |             |
