Class MultiplayEventCallbacks
Class for providing your callbacks, which are used by the Multiplay SDK when a Multiplay Event occurs.
Inherited Members
Namespace: Unity.Services.Multiplay
Assembly: solution.dll
Syntax
public class MultiplayEventCallbacks
Events
| Name | Description |
|---|---|
| Allocate | Callback which will be invoked when the Server receives an Allocation. |
| Deallocate | Callback which will be invoked when the Server receives a Deallocation. |
| Error | Callback which will be invoked when the Server receives an error. |
| SubscriptionStateChanged | Callback for if the subcription state changes. |