> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ClientFocusChangePayload

> ClientFocusChangePayload 데이터 형식.

## 속성

| 이름                 | 형식       | 설명                             |
| :----------------- | :------- | :----------------------------- |
| ClientSessionID    | String   | 연결된 엔티티의 Client Session ID입니다. |
| EventTimestamp     | DateTime | 연결된 엔티티의 이벤트 시각입니다.            |
| FocusID            | String   | 연결된 엔티티의 Focus Id입니다.          |
| FocusState         | Boolean  | 연결된 엔티티의 포커스 상태입니다.            |
| FocusStateDuration | double   | 연결된 엔티티의 포커스 지속 시간입니다.         |


## Related topics

- [client_focus_change](/ko/services/playfab/api-references/events/Session/client-focus-change.md)
- [PlayFab 릴리스 노트 2018](/ko/services/playfab/release-notes/2018.md)
- [VmStateChangeEventPayload](/ko/services/playfab/api-references/events/data-types/vmstatechangeeventpayload.md)
- [ClientSessionStartPayload](/ko/services/playfab/api-references/events/data-types/clientsessionstartpayload.md)
- [PlayFab의 PlayStream 이벤트 모델 참조](/ko/services/playfab/api-references/events/index.md)
