Delegate Listener<TState>
A listener for the store state change.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public delegate void Listener<in TState>(TState state)
Parameters
| Type | Name | Description |
|---|---|---|
| TState | state | The state. |
Type Parameters
| Name | Description |
|---|---|
| TState | The type of the state. |