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