You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ The Google Play Store `INSTALL_REFERRER` intent should be captured with a broadc
175
175
<h3id=application_setup>Initial configuration in the app</h3>
176
176
177
177
You need to initialize the Metrix SDK in `onCreate` method of your `Application`. If you do not already have a class `Application` in your project, create this class as below:<br>
178
-
1.Initialize the Metrix according to the codes below: <br>
178
+
Initialize the Metrix according to the codes below: <br>
179
179
180
180
<divdir=ltr>
181
181
@@ -184,11 +184,7 @@ You need to initialize the Metrix SDK in `onCreate` method of your `Application`
184
184
185
185
186
186
Replace `APP_ID` with your application id. You can find that in your Metrix's dashboard.
187
-
188
-
<h3id=about_application_class>About the application class and initialization in this class</h3>
189
-
190
-
The Android gives developers the ability to run methods before the creation of any `activity` in the application class. Because counting the `session`, gathering `screen-flows` between `activities` and many other features of the SDK required them to work properly.
191
-
187
+
192
188
<h2id=methods>Additional features</h2>
193
189
194
190
<h3id=session_event_description>Explain the concepts of event and session</h3>
0 commit comments