Fields static class in google analytics v3

I am trying to implement google analytics v3 in my application, following the example of Google, and in the example it uses the following command:

MyApp.getGaTracker().set(Fields.SCREEN_NAME, SCREEN_LABEL);

I just want to know what these Fields are. I assume this is a static class, but I cannot find the links. Sorry if I don’t know a bit, but I just can’t find it. Thanks

+4
source share

Source: https://habr.com/ru/post/1548690/


All Articles