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: fern/docs/pages/sdks/mobile/android/features.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,7 +430,7 @@ For example:
430
430
431
431
The DevRev SDK provides observability features to help you understand how your users are interacting with your app.
432
432
433
-
### Opt in or out
433
+
### Opting-in or out
434
434
435
435
Session analytics features are opted-in by default, enabling them from the start. However, you can opt-out using the following method:
436
436
@@ -914,7 +914,7 @@ For example:
914
914
915
915
### Screen tracking
916
916
917
-
The DevRev SDK offers automatic screen tracking to help you understand how users navigate through your app. Although view controllers are automatically tracked, you can manually track screens using the following method:
917
+
The DevRev SDK offers automatic screen tracking to help you understand how users navigate through your app. Although activities and fragments are automatically tracked, you can manually track screens using the following method:
918
918
919
919
<Tabs>
920
920
<Tabtitle="Kotlin">
@@ -997,7 +997,7 @@ The DevRev backend sends push notifications to your app to notify users about ne
997
997
998
998
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
999
999
1000
-
You need to ensure that your Android app is configured to receive push notifications. You can follow the [Android documentation](https://developer.android.com/training/notify-user/build-notification) for guidance on registering your app with Firebase Cloud Messaging (FCM).
1000
+
You need to ensure that your Android app is configured to receive push notifications. To set it up, follow the [Firebase documentation](https://firebase.google.com/docs/cloud-messaging/android/client).
1001
1001
1002
1002
### Register for push notifications
1003
1003
@@ -1011,18 +1011,18 @@ The DevRev SDK offers a method to register your device for receiving push notifi
0 commit comments