Delegate StovePCMatchmakingCallback.OnUpdateLobbyUser
로비에 접속중인 유저 정보가 변경 시 호출되는 이벤트입니다.
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public delegate void OnUpdateLobbyUser(StovePCMatchmakingError error, StovePCMatchmakingUpdateLobbyUser updateLobbyUser);
Parameters
| Type | Name | Description |
|---|---|---|
| StovePCMatchmakingError | error | 콜백에 대한 응답 코드 |
| StovePCMatchmakingUpdateLobbyUser | updateLobbyUser | 로비 유저 업데이트 데이터 |