public interface IndicatorType
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CIRCULAR_BUBBLE
the indicator shape like water-drop
|
static int |
CUSTOM
set custom indicator you want
|
static int |
NONE
don't have indicator to show.
|
static int |
RECTANGLE
the indicator corners is square shape
|
static int |
ROUNDED_RECTANGLE
the indicator corners is rounded shape
|
static final int NONE
static final int CIRCULAR_BUBBLE
static final int ROUNDED_RECTANGLE
static final int RECTANGLE
static final int CUSTOM