Delegate NetworkDictionary<TKey, TValue>.OnDictionaryChangedDelegate
Delegate type for dictionary changed event
Namespace: Unity.Cloud.Presence.Runtime
Syntax
public delegate void OnDictionaryChangedDelegate(NetworkDictionaryEvent<TKey, TValue> changeEvent);
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkDictionaryEvent<TKey, TValue> | changeEvent | Struct containing information about the change event |