Package 

Annotation ThinkingDataTrackViewOnClick

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Target(value = {ElementType.METHOD})@Retention(value = RetentionPolicy.RUNTIME) 
    public @interface ThinkingDataTrackViewOnClick
    
                        

    If you use android:onclick to add a call method to the click event for the control (view), you can add this annotation to the calling method, and when the call method is executed, the SDK will upload the control * Click events. Controls that create views by AppCompatViewInflater don't need to manually add comments to collect click events. These include: AppCompatButton AppCompatImageButton AppCompatImageView AppCompatRadioButton AppCompatCheckBox AppCompatCheckedTextView AppCompatEditText AppCompatMultiAutoCompleteTextView AppCompatAutoCompleteTextView AppCompatRatingBar AppCompatSpinner AppCompatSeekBar AppCompatTextView

    • Method Summary

      Modifier and Type Method Description
      abstract String appId() Specifies the valid APP ID.
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • appId

         abstract String appId()

        Specifies the valid APP ID. This parameter is valid for all APP ids by default.