Delegate StovePCMatchmakingCallback.OnUserStatusChanged
유저의 프리젠스 상태 변경시 호출되는 이벤트입니다.
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public delegate void OnUserStatusChanged(StovePCMatchmakingError error, StovePCMatchmakingUserStatusChanged userStatusChanged);
Parameters
| Type | Name | Description |
|---|---|---|
| StovePCMatchmakingError | error | 콜백에 대한 응답 코드 |
| StovePCMatchmakingUserStatusChanged | userStatusChanged | 유저 프리젠스 상태 정보 |