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: src/connections/destinations/catalog/moengage/index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: MoEngage Destination
3
+
cmode-override: true
3
4
id: 55b280290a20f4e22f0fb3d6
5
+
hide-personas-partial: true
4
6
---
5
7
## Getting Started
6
8
@@ -230,7 +232,7 @@ MoEngage moEngage = new MoEngage.Builder(this, "XXXXXXXXXXX")
230
232
MoEngage.initialiseDefaultInstance(moEngage);
231
233
```
232
234
### Exclude MoEngage Storage File from Auto-Backup
233
-
Auto backup service of Andriod periodically backs up the Shared Preference file, Database files, and so on.
235
+
Auto backup service of Android periodically backs up the Shared Preference file, Database files, and so on.
234
236
235
237
For more information, refer to [Auto Backup](https://developer.android.com/guide/topics/data/autobackup){:target="_blank"}.
236
238
@@ -349,7 +351,7 @@ Refer to the [MoEngage - API reference](https://moengage.github.io/android-api-r
349
351
350
352
##### Callbacks
351
353
352
-
We recommend you to add the callbacks in the onCreate() of the Application class since these callbacks can be triggered even when the application is in the background.
354
+
Segment recommends that you add the callbacks in the onCreate() of the Application class since these callbacks can be triggered even when the application is in the background.
353
355
354
356
###### Token Callback
355
357
@@ -362,7 +364,7 @@ If you're using the receiver provided by the SDK in your application's manifest
362
364
363
365
#### Declare and configure Rich Landing Activity:
364
366
365
-
A rich landing page can be used to open a web URL inside the app via a push campaign.
367
+
A rich landing page can be used to open a web URL inside the app through a push campaign.
366
368
367
369
The configuration below is only required if you want to add a parent activity to the Rich landing page. If not, you can move to the next section.
368
370
To use a rich landing page you need to add the below code in the AndroidManifest.xml
@@ -407,7 +409,7 @@ If your app supports the ability for a user to logout and login with a new ident
407
409
408
410
### Sample Implementation
409
411
410
-
Refer to [this](https://github.com/moengage/moengage-segment-integration){:target="_blank"} Github repository for sample implementation
412
+
Refer to [this](https://github.com/moengage/moengage-segment-integration){:target="_blank"} GitHub repository for sample implementation
0 commit comments