Delegate Unsubscriber
A function obtained from Subscribe<TState>(string, Action<TState>) that can be called to unsubscribe the listener.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public delegate bool Unsubscriber()
Returns
Type | Description |
---|---|
bool | True if the listener was removed, false otherwise. |