-
- All Implemented Interfaces:
public class ExpandableSearchListAdapter.EventType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
POI_CLICK
private final Integer
EXPAND_GROUP
private final Integer
COLLAPSE_GROUP
public final static ExpandableSearchListAdapter.EventType.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getPOI_CLICK()
final Integer
getEXPAND_GROUP()
final Integer
getCOLLAPSE_GROUP()
-
-
Method Detail
-
getPOI_CLICK
final Integer getPOI_CLICK()
-
getEXPAND_GROUP
final Integer getEXPAND_GROUP()
-
getCOLLAPSE_GROUP
final Integer getCOLLAPSE_GROUP()
-
-
-
-