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
-
... ... @@ -484,6 +484,25 @@ 484 484 485 485 = 4. Constants = 486 486 487 +The plugin provides many helpful constants for easier implementation. 488 + 489 +== 4.1 User field constants == 490 + 491 +Used to set custom user fields inside //Mobigate.init()// method: 492 + 493 +* Mobigate.USER_FIELD_EMAIL 494 +* Mobigate.USER_FIELD_IMSI 495 +* Mobigate.USER_FIELD_IMEI 496 +* Mobigate.USER_FIELD_SERIAL 497 + 498 +== 4.2 Data gather policy constants == 499 + 500 +Used to set how the library collects data: 501 + 502 +* Mobigate.DATA_GATHER_POLICY_DEFAULT 503 +* Mobigate.DATA_GATHER_POLICY_HIDE_TRAY 504 +* Mobigate.DATA_GATHER_POLICY_BLOCK_DATA_BG 505 + 487 487 = 5. Sample app = 488 488 489 -The sample application is in the github repository located[[here>>https://github.com/mobigatesdk/react-native-mobigate]] in //example// folder.508 +The sample application is located in the github repository [[here>>https://github.com/mobigatesdk/react-native-mobigate]] in //example// folder.