com.gs.core.light

GsLightsManager

apis for Gs keyboard light and notify led

Supported Products:

All


Detail

Method

method description
public static GsLightsManager instance();
public void openCustom(int color, int shineType); open custom LED

Params:

color:
should be one of COLOR_GREEN, COLOR_RED, COLOR_BLUE
shineType:
should be one of FLASHING_SPEED, FLASHING_SLOW, KEEPING_SHOW

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 & Constant

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