Bug 1374630 - Update document for new event 'new tab' and deep link 'home setting'. r?liuche draft
authorNevin Chen <cnevinchen@gmail.com>
Wed, 28 Jun 2017 14:16:31 -0700
changeset 603227 df0118723a98e889fe5dd6b3df6d05f0710eea9e
parent 603226 ec394531c65fa436b546c5dba3e330fc39426427
child 635844 6bf45c2e7f0729cdde46e45dc437c32f84d97c40
push id66695
push userbmo:cnevinchen@gmail.com
push dateMon, 03 Jul 2017 05:30:48 +0000
reviewersliuche
bugs1374630
milestone56.0a1
Bug 1374630 - Update document for new event 'new tab' and deep link 'home setting'. r?liuche MozReview-Commit-ID: 3rR2nyP74vw
mobile/android/docs/mma.rst
--- a/mobile/android/docs/mma.rst
+++ b/mobile/android/docs/mma.rst
@@ -128,33 +128,39 @@ List of current Events related data that
 * Interact with search url area
 {
   "event" : "E_Interact_With_Search_URL_Area"
 }
 * When a screenshot is taken
 {
   "event" : "E_Screenshot"
 }
+* Open a new tab
+{
+  "event" : "E_Opened_New_Tab"
+}
 
 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)
 * Link to default search engine settings (firefox://preferences_search)
 * Link to “Save as PDF” feature (firefox://save_as_pdf)
 * Take user directly to a Sign up for a newsletter (http://link_to_newsletter_page)
 * Link to bookmark list (firefox://bookmark_list)
 * Link to history list (firefox://history_list)
-* Link to general preferences (firefox://preferences)
+* Link to main preferences (firefox://preferences)
 * Link to privacy preferences (firefox://preferences_privacy)
 * Link to notifications preferences (firefox://preferences_notifications)
 * Link to accessibility preferences (firefox://preferences_accessibility)
+* Link to general setting (firefox://preferences_general)
+* Link to home page setting (firefox://preferences_home)
 
 Messages :
 Messages are in-app prompts to the user from Leanplum. The interaction of that prompt will be kept and sent to Leanplum backend (such
 as "Accept" and "Show"). A messages is a combination of an Event and a Deep Link. The combinations are downloaded from Leanplum
 when Leanplum SDK is initialized. When the criteria is met (set in Leanplum backend, could be when an event happens a certain number of times,
 and/or targeting certain user attribute ), a prompt message will show up. And there may be buttons for users to click. Those clicks
 may trigger deep links.