-
public interface ThinkingAdapterViewItemTrackPropertiesThe ListView and GridView can implement this interface through Adapter to add custom properties to the control click event that is triggered when an item is clicked.
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjectgetThinkingItemTrackProperties(int position)Adds properties when clicking on an item at position. -
-
Method Detail
-
getThinkingItemTrackProperties
abstract JSONObject getThinkingItemTrackProperties(int position)
Adds properties when clicking on an item at position.
- Parameters:
position- int
-
-
-
-