Package 

Interface ScreenAutoTracker


  • 
    public interface ScreenAutoTracker
    
                        

    Adds page URL information for page browsing events, as well as other custom properties. The ta_app_view event for the Activity that implements this interface will carry url information and custom properties

    • Method Summary

      Modifier and Type Method Description
      abstract String getScreenUrl() Returns the value as the Url information for the current pageServes as the URL for that page and the Referrer for the next page.
      abstract JSONObject getTrackProperties() The return value is the added custom attribute.
      • Methods inherited from class java.lang.Object

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

      • getScreenUrl

         abstract String getScreenUrl()

        Returns the value as the Url information for the current pageServes as the URL for that page and the Referrer for the next page.

      • getTrackProperties

         abstract JSONObject getTrackProperties()

        The return value is the added custom attribute.