-
public interface ScreenAutoTrackerAdds 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 StringgetScreenUrl()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 JSONObjectgetTrackProperties()The return value is the added custom attribute. -
-
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.
-
-
-
-