-
- 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