# INotificationReceiver

> Implement this interface to create a class that will receives notifications from PlayableOutput.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.Playables](/engine/6000.5/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public interface INotificationReceiver
```

## Methods

| Method                                                                                              | Description                                      |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [OnNotify](/engine/6000.5/script-reference/unityengine/playables/inotificationreceiver/onnotify.md) | The method called when a notification is raised. |
