apis for Gs keyboard light and notify led
All
method | description |
---|---|
public static GsLightsManager instance (); |
|
public void openCustom (int color, int shineType); |
open custom LED
Params:Supported Products:All |
public void closeCustom (); |
close custom LED
Supported Products:All |
public void openKeyLed (int keyLedType); |
open key LED: mute, handset, handfree
Supported Products:GXV3350 |
public void closeKeyLed (int keyLedType); |
close key LED: mute, handset, handfree
Supported Products:GXV3350 |
Member | description |
---|---|
public static final int COLOR_GREEN |
Supported Products:All |
public static final int COLOR_RED |
Supported Products:All |
public static final int COLOR_BLUE |
Supported Products:All |
public static final int FLASHING_SPEED |
Supported Products:All |
public static final int FLASHING_SLOW |
Supported Products:All |
public static final int KEEPING_SHOW |
Supported Products:All |
public static final int KEY_TYPE_MUTE |
key LED type: mute
Supported Products:GXV3350 |
public static final int KEY_TYPE_HANDSET |
key LED type: handset
Supported Products:GXV3350 |
public static final int KEY_TYPE_HANDFREE |
key LED type: handfree
Supported Products:GXV3350 |