Appearance
Notification Center
이 섹션에는 3개의 이벤트가 포함되어 있습니다.
view_notification_center
알림센터 리스트 화면 진입 (첫 페이지 fetch 시작 시점). pull-to-refresh·무한스크롤 추가 fetch에선 발화하지 않음.
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
has_unread | falsetrue | YES | 진입 시점의 서버 unread 존재 여부 |
entry_source | 'home' | YES | 진입 경로 (홈 헤더 종 아이콘 = 기존 home 진입 컨벤션) |
click_notification_item
알림 항목(row) 탭 — 딥링크 전이/읽음 갱신 직전.
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
notification_type | 'comment''follow''like_reaction''director_new_episode''announcement''unknown' | YES | 알림 종류 |
notification_id | string | YES | 알림 항목 ID (UUID) |
click_mark_all_read
우상단 "모두 읽음" 탭. 서버 API 실패로 롤백돼도 발화는 유지(사용자 의도 측정).
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
unread_count_before | number | YES | tap 직전의 unread 수 |