Changes for page React native integration
Last modified by Developer on 2020/01/03 12:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -474,10 +474,23 @@ 474 474 475 475 == 3.3 Remaining methods == 476 476 477 +**Mobigate.setCollectAll()** 478 +This method enables all data collectors. By default all data collectors are enabled. 477 477 480 +(% style="color:powderblue" %) 481 +---- 478 478 483 +**Mobigate.configureDataCollectors(enable, collectors)** 484 +Enable or disable DataCollector by array collectors input 479 479 486 +(% class="table-bordered table-hover" style="border-color:powderblue" %) 487 +|=(% style="background-color:powderblue" %)Name|=(% style="background-color:powderblue" %)Type|=(% style="background-color:powderblue" %)Default|=(% style="background-color:powderblue" %)Description 488 +|enable|boolean|true if enable, false if disable| 489 +|collectors|int[]/[[data collector const>>doc:||anchor="H4.3Datacollectorsconstants"]]|true if enable, false if disable| 480 480 491 +(% style="color:powderblue" %) 492 +---- 493 + 481 481 (% class="table-bordered table-hover" style="border-color:powderblue" %) 482 482 |=(% style="background-color:powderblue" %)Name|=(% style="background-color:powderblue" %)Type|=(% style="background-color:powderblue" %)Default|=(% style="background-color:powderblue" %)Description 483 483 | | | | ... ... @@ -535,6 +535,10 @@ 535 535 * Mobigate.DATA_COLLECTOR_FACEBOOK_NETWORK_COLLECTOR 536 536 * Mobigate.DATA_COLLECTOR_ROOT_COLLECTOR 537 537 551 +== 4.4 Category and parameter constants == 552 + 553 +Instead of using defined [[categories>>doc:||anchor="H3.2.3Eventcategories"]] or [[parameters>>doc:||anchor="H3.2.4Eventparameters"]] in the form of text, you can use constants defined in the plugin. All you have to do is add the prefix "CATEGORY_" or "PARAMETER_" to the category name or parameter e.g., Mobigate.CATEGORY_LEVEL_ACCOMPLISHED, Mobigate.CATEGORY_PURCHASE, Mobigate.PARAMETER_PRICE, Mobigate.PARAMETER_LEVEL. 554 + 538 538 = 5. Sample app = 539 539 540 540 The sample application is located in the github repository [[here>>https://github.com/mobigatesdk/react-native-mobigate]] in //example// folder.