java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.ui.ClickType |
Possible click types.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ClickType | CLICK_TYPE_DOUBLE | A click caused by two fast consecutive taps on the screen. | |||||||||
ClickType | CLICK_TYPE_DUAL | A click caused by two simultaneous taps on the screen. | |||||||||
ClickType | CLICK_TYPE_LONG | A click caused by pressing down but not releasing the screen. | |||||||||
ClickType | CLICK_TYPE_SINGLE | A click caused by pressing down and then releasing the screen. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static ClickType | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static ClickType | valueOf(String name) | ||||||||||
final static ClickType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
A click caused by two fast consecutive taps on the screen.
A click caused by two simultaneous taps on the screen.
A click caused by pressing down but not releasing the screen.
A click caused by pressing down and then releasing the screen.