diff --git a/source/includes/_tracking.md.erb b/source/includes/_tracking.md.erb index cecf959..57a6466 100644 --- a/source/includes/_tracking.md.erb +++ b/source/includes/_tracking.md.erb @@ -1226,11 +1226,23 @@ sdk.notificationReceived(code: "i7ykuagkjgfs", type: "mobile_push_transactional" ``` ```kotlin -// Automatically called from SDK when receiving data from firebase +/* + +In the Android SDK, the event reporting for received push notifications is handled automatically when a message is delivered from FCM. + +If the standard integration is used, the developer does not need to implement or call any additional methods. + +*/ ``` ```java -// Automatically called from SDK when receiving data from firebase +/* + +In the Android SDK, the event reporting for received push notifications is handled automatically when a message is delivered from FCM. + +If the standard integration is used, the developer does not need to implement or call any additional methods. + +*/ ``` ```jsx