---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/hi/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/ko/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/ru/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/tr/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/vi/sdk/sdk-params.md
  - https://yandex.com/dev/games/doc/zh/sdk/sdk-params.md
  - href: ko/sdk/sdk-params.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/ko/llms.txt

# 기타 SDK 객체 및 매개변수

## screen.fullscreen 객체 {#screen.fullscreen}

전체 화면 브라우저 모드를 사용하기 위해 사용됩니다.


#|
|| **파라미터** | **유형** | **설명** ||
|| `STATUS_ON` | 문자열 | 상수 `"on"`. ||
|| `STATUS_OFF` | 문자열 | 상수 `"off"`. ||
|| `status` | 문자열 | 현재 상태: `STATUS_ON` 또는 `STATUS_OFF`. ||
|| `request` | Promise\<void> | 전체 화면 모드로 전환을 요청합니다. ||
|| `exit` | Promise\<void> | 전체 화면 모드에서 나가도록 요청합니다. ||
|#


{% note alert "알림" %}

Yandex Games는 자동으로 전체 화면 모드로 시작할 수 있지만 많은 브라우저는 사용자 명령없이 모드 전환을 허용하지 않습니다.

Yandex Games 화면의 오른쪽 상단 모서리에 전체 화면 모드로 전환하는 버튼이 이미 있으므로, 게임에서 직접 버튼을 처리하려면 `screen.fullscreen` 객체 파라미터를 사용하세요.

{% endnote %}



## clipboard 객체 {#clipboard}

`ysdk.clipboard.writeText(text)` 메서드를 사용하여 클립보드에 줄을 쓰기 위한 객체입니다.


## deviceInfo 객체 {#deviceinfo}

`ysdk.deviceInfo` 메서드로 사용자 기기에 대한 정보를 가져옵니다.

`type` 필드에는 컴퓨터의 경우 `"desktop"` 문자열, 모바일 기기의 경우 `"mobile"`, 태블릿의 경우 `"tablet"`, TV의 경우 `"tv"`가 반환되며, 그 중 하나의 값을 가진 모든 메서드가 반환됩니다.


#|
|| **메서드** | **설명** ||
|| `isMobile()` | 사용자의 기기를 확인하고 반환합니다.
* `true`: 모바일 기기.
* `false`: 기타 기기. ||
|| `isDesktop()` | 사용자의 기기를 확인하고 반환합니다.
* `true`: 컴퓨터.
* `false`: 기타 기기. ||
|| `isTablet()` | 사용자의 기기를 확인하고 반환합니다.
* `true`: 태블릿.
* `false`: 기타 기기. ||
|| `isTV()` | 사용자의 기기를 확인하고 반환합니다.
* `true`: TV.
* `false`: 기타 기기. ||
|#



---

<!-- source: ko/_includes/concepts/troubleshooting/id-troubleshooting/support.md -->
{% note info "참고" %}

지원팀은 완성된 게임을 Yandex Games에 게시하는 데 도움을 드릴 수 있습니다. 개발이나 테스트에 대해 궁금한 점이 있다면, [Discord 채널](https://discord.com/invite/wU4p3whr4T)에서 질문해 주세요.

{% endnote %}


지원 서비스는 얀덱스 게임에서 완성 된 게임을 게시 할 수 있습니다. 개발 또는 테스트에 대한 질문이 있는 경우
<!-- endsource: ko/_includes/concepts/troubleshooting/id-troubleshooting/support.md -->

<!-- source: ko/_includes/button-fos.md -->
Yandex Games SDK 사용과 관련하여 문제가 발생하거나 질문이 있는 경우 다음 방법으로 지원팀에 문의하세요.


<a href="https://yandex.com/chat/#/user/a4fa5c06-75db-9b38-6eea-b1673785f7d5">
  <span class="button">채팅 상담</span>
</a>
<!-- endsource: ko/_includes/button-fos.md -->
