NotificationBuilder.lights()
알림의 LED 발광 패턴을 설정합니다. 최신 기기는 LED 발광을 지원하지 않을 수 있습니다.
구문
NotificationBuilder.lights(argb: Number, onMs: Number, offMs: Number);
매개변수
argb
설정할 LED 색 (
0xAARRGGBB
형식, 예:0xFFFFFFFF
)onMs
LED가 켜진 채로 유지될 시간(밀리초; ms)
offMs
LED가 꺼진 채로 유지될 시간(밀리초; ms)
반환값
NotificationBuilder
- 해당 NotificationBuilder
객체