Delegate Unsubscriber
A function obtained from Subscribe<TState>(String, Action<TState>) that can be called to unsubscribe the listener.
Namespace: Unity.AppUI.Redux
Syntax
public delegate bool Unsubscriber();
Returns
| Type | Description |
|---|---|
| Boolean |
A function obtained from Subscribe<TState>(String, Action<TState>) that can be called to unsubscribe the listener.
public delegate bool Unsubscriber();
| Type | Description |
|---|---|
| Boolean |