public final enum

ClickType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.ui.ClickType

Class Overview

Possible click types.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ClickType CLICK_TYPE_DOUBLE

A click caused by two fast consecutive taps on the screen.

public static final ClickType CLICK_TYPE_DUAL

A click caused by two simultaneous taps on the screen.

public static final ClickType CLICK_TYPE_LONG

A click caused by pressing down but not releasing the screen.

public static final ClickType CLICK_TYPE_SINGLE

A click caused by pressing down and then releasing the screen.

Public Methods

public static ClickType swigToEnum (int swigValue)

public final int swigValue ()

public static ClickType valueOf (String name)

public static final ClickType[] values ()