Interface ILobbyEvents
An interface for managing a lobby events subscription and the callbacks associated with it.
Namespace: Unity.Services.Lobbies
Assembly: solution.dll
Syntax
public interface ILobbyEvents
Properties
| Name | Description |
|---|---|
| Callbacks | The callbacks associated with the lobby events subscription. |
Methods
| Name | Description |
|---|---|
| SubscribeAsync() | Subscribes or re-subscribes to the events for the lobby associated with this lobby events. |
| UnsubscribeAsync() | Unsubscribes from the events for the lobby associated with this lobby events. |