Bug 1453154 - Add Leanplum documentation for Users resuming the app from background; r?mcomella draft
authorPetru Lingurar <petru.lingurar@softvision.ro>
Fri, 13 Apr 2018 16:35:39 +0300
changeset 781703 e4194d060760f13539619df8e32f52c981c2bb5e
parent 781684 cf543bdd424f24f5320d6284c19cb5c51eda054a
push id106381
push userplingurar@mozilla.com
push dateFri, 13 Apr 2018 13:36:29 +0000
reviewersmcomella
bugs1453154
milestone61.0a1
Bug 1453154 - Add Leanplum documentation for Users resuming the app from background; r?mcomella MozReview-Commit-ID: 5bHNO2GACya
mobile/android/docs/mma.rst
--- a/mobile/android/docs/mma.rst
+++ b/mobile/android/docs/mma.rst
@@ -151,16 +151,20 @@ List of current Events related data that
 * General app start event
 {
   "event" : "E_Launch_Browser"
 }
 * The user just dismissed on-boarding
 {
   "event" : "E_Dismiss_Onboarding"
 }
+* The user just resumed the app from background
+{
+  "event" : "E_Resumed_From_Background"
+}
 
 Deep Links:
 Deep links are actions that can point Fennec to open certain pages or load features such as `show bookmark list` or
 `open a SUMO page`. When users see a prompt Leanplum message, they can click the button(s) on it. These buttons can
 trigger the following deep links
 * Link to Set Default Browser settings (firefox://default_browser)
 * Link to specific Add-on page (http://link_to_the_add_on_page)
 * Link to sync signup/sign in (firefox://sign_up)