Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions source/includes/_tracking.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down