Appearance
Menu Mode
이 섹션에는 7개의 이벤트가 포함되어 있습니다.
click_user_setting
플레이어 메뉴에서 "주인공 설정" 클릭
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
click_model_setting
모델 변경 저장 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
model_type | 'plus''standard''lite' | YES | 변경된 모델 alias |
view_local_play_profile
로컬 플레이 프로필 화면 진입
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
click_local_play_profile_edit
로컬 플레이 프로필 수정 저장 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
content | string | YES | 프로필 설명 (description) |
view_usernote_page
주인공 노트 탭 진입
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
content | string | YES | 현재 유저노트 내용 |
click_usernote_page_edit
주인공 노트 수정 저장 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
content | string | YES | 저장된 유저노트 내용 |
click_prevent_impersonation
성대모사 방지 (주인공 대사 최소화) 토글
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Includes
이 이벤트는 EpisodeEventInfo 의 모든 속성을 포함합니다.
| Property | Type | Required | Description |
|---|---|---|---|
play_id | string | YES | 플레이 세션 ID |
status | 'on''off' | YES | 변경 후 상태 |