-
Notifications
You must be signed in to change notification settings - Fork 0
4. Notification
Jungho Song edited this page Jul 24, 2017
·
3 revisions
알림 보내기
https://developer.apple.com/watchos/human-interface-guidelines/app-components/
버튼 스타일
기본 (색상 : "white")
긴급 (색상 : "#FF3B30")
[String] 앱이름 (기본값 : "App")
[String] 아이콘 이미지 경로
[Color] Short looks의 앱 이름 색상 (기본값: "white")
[String] 제목 (기본값 : "Title")
[String] 내용 (기본값 : "Message")
[Layer] 첨부내용
[Color] Long looks의 상단 색상 (기본값 : "rgba(255,255,255,.1)")
[Color] Long looks의 상단 레이블 색상 (기본값 : "white")
[Color] Long looks의 배경 색상 (기본값 : "rgba(255,255,255,.14)")
[Array] 버튼 정보 (최대 3개)
- label [String] - 레이블 (기본값 : "Action")
- style [ButtonStyle] - 버튼 스타일 (기본값 : ButtonStyle.Default)
- bgColor [Color] - 배경 색상 (기본값 : "rgba(242,244,255,.14)")
- labelColor [Color] - 레이블 색상 (기본값 : "white")
- isHaptic [Boolean] - 햅틱 피드백 여부 (기본값 : false)