Changes for page Flutter integration
Last modified by Developer on 2020/03/19 15:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -589,7 +589,7 @@ 589 589 590 590 == 4.4 Category and parameter constants == 591 591 592 -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 isadd theprefix "CATEGORY_" or "PARAMETER_" to thecategorynameorparameter e.g.,Mobigate.CATEGORY_LEVEL_ACCOMPLISHED,Mobigate.CATEGORY_PURCHASE,Mobigate.PARAMETER_PRICE,Mobigate.PARAMETER_LEVEL.592 +Instead of using defined [[categories>>doc:||anchor="H3.3.3Eventcategories"]] or [[parameters>>doc:||anchor="H3.3.4Eventparameters"]] in the form of text, you can use constants defined in the plugin. All you have to do is use EventCategory or EventParameter class e.g., EventCategory.LEVEL_ACCOMPLISHED, EventCategory.PURCHASE, EventParameter.PRICE, EventParameter.LEVEL. 593 593 594 594 = 5. Sample app = 595 595