public static class Notification.LEDParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
color
The color for blinking LED on the notification device using RGB format.
|
int |
offTime
The number of milliseconds for the LED to be OFF while it's flashing.
|
int |
onTime
The number of milliseconds for the LED to be ON while it's flashing.
|
static int |
REPEAT_INFINTE
This constant value can be used to set the repeatCount to repeat the LED notifications infinitely
|
int |
repeatCount
The LED blinking repeat count.
|
Constructor and Description |
---|
LEDParams() |
public static final int REPEAT_INFINTE
public int color
public int onTime
public int offTime
public int repeatCount