Package 

Interface ThinkingAdapterViewItemTrackProperties


  • 
    public interface ThinkingAdapterViewItemTrackProperties
    
                        

    The 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 JSONObject getThinkingItemTrackProperties(int position) Adds properties when clicking on an item at position.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getThinkingItemTrackProperties

         abstract JSONObject getThinkingItemTrackProperties(int position)

        Adds properties when clicking on an item at position.

        Parameters:
        position - int