rho-tau-extensions 6.2.0 → 7.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/libs/crosswalk/ext/platform/android/Rakefile +19 -1
  3. data/libs/enterprise-barcode/ext/platform/android/adds/lib/aarch64/liballbarcode.a +0 -0
  4. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  5. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  6. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  7. data/libs/fcm-push-18/ext.yml +20 -0
  8. data/libs/fcm-push-18/ext/android/AndroidManifest.rb +10 -0
  9. data/libs/fcm-push-18/ext/android/ApplicationManifestAdds.erb +39 -0
  10. data/libs/fcm-push-18/ext/android/Rakefile +187 -0
  11. data/libs/fcm-push-18/ext/android/ext_java.files +3 -0
  12. data/libs/fcm-push-18/ext/android/ext_native.files +1 -0
  13. data/libs/fcm-push-18/ext/android/jni/src/fcmpushclient.cpp +215 -0
  14. data/libs/fcm-push-18/ext/android/jni/src/fcmpushclient.h +74 -0
  15. data/libs/fcm-push-18/ext/android/res/res/values/fireBaseValues.xml +5 -0
  16. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMFacade.java +164 -0
  17. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMIntentService.java +219 -0
  18. data/libs/fcm-push-18/ext/android/src/com/rhomobile/rhodes/fcm/FCMListener.java +88 -0
  19. data/libs/fcm-push-18/ext/build +16 -0
  20. data/libs/fcm-push-18/ext/build.bat +8 -0
  21. data/libs/fcm-push-18/ext/fcm.xml +9 -0
  22. data/libs/fcm-push-18/ext/iphone/ApplePush_Prefix.pch +7 -0
  23. data/libs/fcm-push-18/ext/iphone/Firebase.h +68 -0
  24. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  25. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  26. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +115 -0
  27. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h +1 -0
  28. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsSwiftNameSupport.h +13 -0
  29. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h +1 -0
  30. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h +1 -0
  31. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h +389 -0
  32. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h +1 -0
  33. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +485 -0
  34. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +15 -0
  35. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +10 -0
  36. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap +10 -0
  37. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/FirebaseCore +0 -0
  38. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRAnalyticsConfiguration.h +52 -0
  39. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRApp.h +130 -0
  40. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRConfiguration.h +78 -0
  41. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIRLoggerLevel.h +35 -0
  42. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FIROptions.h +133 -0
  43. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Headers/FirebaseCore.h +5 -0
  44. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCore.framework/Modules/module.modulemap +7 -0
  45. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics +0 -0
  46. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseCoreDiagnostics.framework/Modules/module.modulemap +6 -0
  47. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID +0 -0
  48. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h +276 -0
  49. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h +1 -0
  50. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap +7 -0
  51. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/FirebaseMessaging +0 -0
  52. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Headers/FIRMessaging.h +508 -0
  53. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Headers/FirebaseMessaging.h +1 -0
  54. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseMessaging.framework/Modules/module.modulemap +8 -0
  55. data/libs/fcm-push-18/ext/iphone/Frameworks/FirebaseNanoPB.framework/FirebaseNanoPB +0 -0
  56. data/libs/fcm-push-18/ext/iphone/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac +0 -0
  57. data/libs/fcm-push-18/ext/iphone/Frameworks/GoogleToolboxForMac.framework/Modules/module.modulemap +5 -0
  58. data/libs/fcm-push-18/ext/iphone/Frameworks/Protobuf.framework/Modules/module.modulemap +5 -0
  59. data/libs/fcm-push-18/ext/iphone/Frameworks/Protobuf.framework/Protobuf +0 -0
  60. data/libs/fcm-push-18/ext/iphone/Frameworks/nanopb.framework/Modules/module.modulemap +5 -0
  61. data/libs/fcm-push-18/ext/iphone/Frameworks/nanopb.framework/nanopb +0 -0
  62. data/libs/fcm-push-18/ext/iphone/Rakefile +81 -0
  63. data/libs/fcm-push-18/ext/iphone/fcm-push.xcodeproj/project.pbxproj +370 -0
  64. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.h +28 -0
  65. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.m +27 -0
  66. data/libs/fcm-push-18/ext/iphone/impl/PushNotificationsReceiver.mm +234 -0
  67. data/libs/fcm-push-18/ext/iphone/impl/applePushSetup.c +10 -0
  68. data/libs/fcm-push-18/ext/iphone/impl/applepushclient.h +69 -0
  69. data/libs/fcm-push-18/ext/iphone/impl/applepushclient.mm +164 -0
  70. data/libs/fcm-push-18/ext/iphone/impl/readme.txt +7 -0
  71. data/libs/fcm-push-18/ext/platform/iphone/impl/readme.txt +7 -0
  72. data/libs/nodejs/ext/platform/android/jxCore/jx.h +17 -1
  73. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  74. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  75. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  76. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  77. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  78. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  79. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  80. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  81. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  82. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  83. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  84. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  85. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  86. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  87. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  88. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  89. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  90. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  91. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  92. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  93. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  94. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  95. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  96. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  97. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  98. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  99. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  100. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +17 -1
  101. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  102. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  103. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  104. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  105. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  106. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  107. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  108. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  109. data/libs/rexml-edge/rexml/attlistdecl.rb +63 -0
  110. data/libs/rexml-edge/rexml/attribute.rb +192 -0
  111. data/libs/rexml-edge/rexml/cdata.rb +68 -0
  112. data/libs/rexml-edge/rexml/child.rb +97 -0
  113. data/libs/rexml-edge/rexml/comment.rb +80 -0
  114. data/libs/rexml-edge/rexml/doctype.rb +270 -0
  115. data/libs/rexml-edge/rexml/document.rb +291 -0
  116. data/libs/rexml-edge/rexml/dtd/attlistdecl.rb +11 -0
  117. data/libs/rexml-edge/rexml/dtd/dtd.rb +47 -0
  118. data/libs/rexml-edge/rexml/dtd/elementdecl.rb +18 -0
  119. data/libs/rexml-edge/rexml/dtd/entitydecl.rb +57 -0
  120. data/libs/rexml-edge/rexml/dtd/notationdecl.rb +40 -0
  121. data/libs/rexml-edge/rexml/element.rb +1241 -0
  122. data/libs/rexml-edge/rexml/encoding.rb +51 -0
  123. data/libs/rexml-edge/rexml/entity.rb +174 -0
  124. data/libs/rexml-edge/rexml/formatters/default.rb +112 -0
  125. data/libs/rexml-edge/rexml/formatters/pretty.rb +142 -0
  126. data/libs/rexml-edge/rexml/formatters/transitive.rb +58 -0
  127. data/libs/rexml-edge/rexml/functions.rb +418 -0
  128. data/libs/rexml-edge/rexml/instruction.rb +71 -0
  129. data/libs/rexml-edge/rexml/light/node.rb +196 -0
  130. data/libs/rexml-edge/rexml/namespace.rb +48 -0
  131. data/libs/rexml-edge/rexml/node.rb +76 -0
  132. data/libs/rexml-edge/rexml/output.rb +30 -0
  133. data/libs/rexml-edge/rexml/parent.rb +166 -0
  134. data/libs/rexml-edge/rexml/parseexception.rb +52 -0
  135. data/libs/rexml-edge/rexml/parsers/baseparser.rb +533 -0
  136. data/libs/rexml-edge/rexml/parsers/lightparser.rb +59 -0
  137. data/libs/rexml-edge/rexml/parsers/pullparser.rb +197 -0
  138. data/libs/rexml-edge/rexml/parsers/sax2parser.rb +273 -0
  139. data/libs/rexml-edge/rexml/parsers/streamparser.rb +61 -0
  140. data/libs/rexml-edge/rexml/parsers/treeparser.rb +101 -0
  141. data/libs/rexml-edge/rexml/parsers/ultralightparser.rb +57 -0
  142. data/libs/rexml-edge/rexml/parsers/xpathparser.rb +657 -0
  143. data/libs/rexml-edge/rexml/quickpath.rb +266 -0
  144. data/libs/rexml-edge/rexml/rexml.rb +32 -0
  145. data/libs/rexml-edge/rexml/sax2listener.rb +98 -0
  146. data/libs/rexml-edge/rexml/security.rb +28 -0
  147. data/libs/rexml-edge/rexml/source.rb +297 -0
  148. data/libs/rexml-edge/rexml/streamlistener.rb +93 -0
  149. data/libs/rexml-edge/rexml/syncenumerator.rb +33 -0
  150. data/libs/rexml-edge/rexml/text.rb +426 -0
  151. data/libs/rexml-edge/rexml/undefinednamespaceexception.rb +9 -0
  152. data/libs/rexml-edge/rexml/validation/relaxng.rb +539 -0
  153. data/libs/rexml-edge/rexml/validation/validation.rb +144 -0
  154. data/libs/rexml-edge/rexml/validation/validationexception.rb +10 -0
  155. data/libs/rexml-edge/rexml/xmldecl.rb +116 -0
  156. data/libs/rexml-edge/rexml/xmltokens.rb +85 -0
  157. data/libs/rexml-edge/rexml/xpath.rb +81 -0
  158. data/libs/rexml-edge/rexml/xpath_parser.rb +704 -0
  159. data/version +1 -1
  160. metadata +118 -2
@@ -0,0 +1,485 @@
1
+ /// @file FIRParameterNames.h
2
+ ///
3
+ /// Predefined event parameter names.
4
+ ///
5
+ /// Params supply information that contextualize Events. You can associate up to 25 unique Params
6
+ /// with each Event type. Some Params are suggested below for certain common Events, but you are
7
+ /// not limited to these. You may supply extra Params for suggested Events or custom Params for
8
+ /// Custom events. Param names can be up to 40 characters long, may only contain alphanumeric
9
+ /// characters and underscores ("_"), and must start with an alphabetic character. Param values can
10
+ /// be up to 100 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and
11
+ /// should not be used.
12
+
13
+ /// Game achievement ID (NSString).
14
+ /// <pre>
15
+ /// NSDictionary *params = @{
16
+ /// kFIRParameterAchievementID : @"10_matches_won",
17
+ /// // ...
18
+ /// };
19
+ /// </pre>
20
+ static NSString *const kFIRParameterAchievementID NS_SWIFT_NAME(AnalyticsParameterAchievementID) =
21
+ @"achievement_id";
22
+
23
+ /// Ad Network Click ID (NSString). Used for network-specific click IDs which vary in format.
24
+ /// <pre>
25
+ /// NSDictionary *params = @{
26
+ /// kFIRParameterAdNetworkClickID : @"1234567",
27
+ /// // ...
28
+ /// };
29
+ /// </pre>
30
+ static NSString *const kFIRParameterAdNetworkClickID
31
+ NS_SWIFT_NAME(AnalyticsParameterAdNetworkClickID) = @"aclid";
32
+
33
+ /// The store or affiliation from which this transaction occurred (NSString).
34
+ /// <pre>
35
+ /// NSDictionary *params = @{
36
+ /// kFIRParameterAffiliation : @"Google Store",
37
+ /// // ...
38
+ /// };
39
+ /// </pre>
40
+ static NSString *const kFIRParameterAffiliation NS_SWIFT_NAME(AnalyticsParameterAffiliation) =
41
+ @"affiliation";
42
+
43
+ /// The individual campaign name, slogan, promo code, etc. Some networks have pre-defined macro to
44
+ /// capture campaign information, otherwise can be populated by developer. Highly Recommended
45
+ /// (NSString).
46
+ /// <pre>
47
+ /// NSDictionary *params = @{
48
+ /// kFIRParameterCampaign : @"winter_promotion",
49
+ /// // ...
50
+ /// };
51
+ /// </pre>
52
+ static NSString *const kFIRParameterCampaign NS_SWIFT_NAME(AnalyticsParameterCampaign) =
53
+ @"campaign";
54
+
55
+ /// Character used in game (NSString).
56
+ /// <pre>
57
+ /// NSDictionary *params = @{
58
+ /// kFIRParameterCharacter : @"beat_boss",
59
+ /// // ...
60
+ /// };
61
+ /// </pre>
62
+ static NSString *const kFIRParameterCharacter NS_SWIFT_NAME(AnalyticsParameterCharacter) =
63
+ @"character";
64
+
65
+ /// The checkout step (1..N) (unsigned 64-bit integer as NSNumber).
66
+ /// <pre>
67
+ /// NSDictionary *params = @{
68
+ /// kFIRParameterCheckoutStep : @"1",
69
+ /// // ...
70
+ /// };
71
+ /// </pre>
72
+ static NSString *const kFIRParameterCheckoutStep NS_SWIFT_NAME(AnalyticsParameterCheckoutStep) =
73
+ @"checkout_step";
74
+
75
+ /// Some option on a step in an ecommerce flow (NSString).
76
+ /// <pre>
77
+ /// NSDictionary *params = @{
78
+ /// kFIRParameterCheckoutOption : @"Visa",
79
+ /// // ...
80
+ /// };
81
+ /// </pre>
82
+ static NSString *const kFIRParameterCheckoutOption
83
+ NS_SWIFT_NAME(AnalyticsParameterCheckoutOption) = @"checkout_option";
84
+
85
+ /// Campaign content (NSString).
86
+ static NSString *const kFIRParameterContent NS_SWIFT_NAME(AnalyticsParameterContent) = @"content";
87
+
88
+ /// Type of content selected (NSString).
89
+ /// <pre>
90
+ /// NSDictionary *params = @{
91
+ /// kFIRParameterContentType : @"news article",
92
+ /// // ...
93
+ /// };
94
+ /// </pre>
95
+ static NSString *const kFIRParameterContentType NS_SWIFT_NAME(AnalyticsParameterContentType) =
96
+ @"content_type";
97
+
98
+ /// Coupon code for a purchasable item (NSString).
99
+ /// <pre>
100
+ /// NSDictionary *params = @{
101
+ /// kFIRParameterCoupon : @"zz123",
102
+ /// // ...
103
+ /// };
104
+ /// </pre>
105
+ static NSString *const kFIRParameterCoupon NS_SWIFT_NAME(AnalyticsParameterCoupon) = @"coupon";
106
+
107
+ /// Campaign custom parameter (NSString). Used as a method of capturing custom data in a campaign.
108
+ /// Use varies by network.
109
+ /// <pre>
110
+ /// NSDictionary *params = @{
111
+ /// kFIRParameterCP1 : @"custom_data",
112
+ /// // ...
113
+ /// };
114
+ /// </pre>
115
+ static NSString *const kFIRParameterCP1 NS_SWIFT_NAME(AnalyticsParameterCP1) = @"cp1";
116
+
117
+ /// The name of a creative used in a promotional spot (NSString).
118
+ /// <pre>
119
+ /// NSDictionary *params = @{
120
+ /// kFIRParameterCreativeName : @"Summer Sale",
121
+ /// // ...
122
+ /// };
123
+ /// </pre>
124
+ static NSString *const kFIRParameterCreativeName NS_SWIFT_NAME(AnalyticsParameterCreativeName) =
125
+ @"creative_name";
126
+
127
+ /// The name of a creative slot (NSString).
128
+ /// <pre>
129
+ /// NSDictionary *params = @{
130
+ /// kFIRParameterCreativeSlot : @"summer_banner2",
131
+ /// // ...
132
+ /// };
133
+ /// </pre>
134
+ static NSString *const kFIRParameterCreativeSlot NS_SWIFT_NAME(AnalyticsParameterCreativeSlot) =
135
+ @"creative_slot";
136
+
137
+ /// Purchase currency in 3-letter <a href="http://en.wikipedia.org/wiki/ISO_4217#Active_codes">
138
+ /// ISO_4217</a> format (NSString).
139
+ /// <pre>
140
+ /// NSDictionary *params = @{
141
+ /// kFIRParameterCurrency : @"USD",
142
+ /// // ...
143
+ /// };
144
+ /// </pre>
145
+ static NSString *const kFIRParameterCurrency NS_SWIFT_NAME(AnalyticsParameterCurrency) =
146
+ @"currency";
147
+
148
+ /// Flight or Travel destination (NSString).
149
+ /// <pre>
150
+ /// NSDictionary *params = @{
151
+ /// kFIRParameterDestination : @"Mountain View, CA",
152
+ /// // ...
153
+ /// };
154
+ /// </pre>
155
+ static NSString *const kFIRParameterDestination NS_SWIFT_NAME(AnalyticsParameterDestination) =
156
+ @"destination";
157
+
158
+ /// The arrival date, check-out date or rental end date for the item. This should be in
159
+ /// YYYY-MM-DD format (NSString).
160
+ /// <pre>
161
+ /// NSDictionary *params = @{
162
+ /// kFIRParameterEndDate : @"2015-09-14",
163
+ /// // ...
164
+ /// };
165
+ /// </pre>
166
+ static NSString *const kFIRParameterEndDate NS_SWIFT_NAME(AnalyticsParameterEndDate) = @"end_date";
167
+
168
+ /// Flight number for travel events (NSString).
169
+ /// <pre>
170
+ /// NSDictionary *params = @{
171
+ /// kFIRParameterFlightNumber : @"ZZ800",
172
+ /// // ...
173
+ /// };
174
+ /// </pre>
175
+ static NSString *const kFIRParameterFlightNumber NS_SWIFT_NAME(AnalyticsParameterFlightNumber) =
176
+ @"flight_number";
177
+
178
+ /// Group/clan/guild ID (NSString).
179
+ /// <pre>
180
+ /// NSDictionary *params = @{
181
+ /// kFIRParameterGroupID : @"g1",
182
+ /// // ...
183
+ /// };
184
+ /// </pre>
185
+ static NSString *const kFIRParameterGroupID NS_SWIFT_NAME(AnalyticsParameterGroupID) = @"group_id";
186
+
187
+ /// Index of an item in a list (signed 64-bit integer as NSNumber).
188
+ /// <pre>
189
+ /// NSDictionary *params = @{
190
+ /// kFIRParameterIndex : @(1),
191
+ /// // ...
192
+ /// };
193
+ /// </pre>
194
+ static NSString *const kFIRParameterIndex NS_SWIFT_NAME(AnalyticsParameterIndex) = @"index";
195
+
196
+ /// Item brand (NSString).
197
+ /// <pre>
198
+ /// NSDictionary *params = @{
199
+ /// kFIRParameterItemBrand : @"Google",
200
+ /// // ...
201
+ /// };
202
+ /// </pre>
203
+ static NSString *const kFIRParameterItemBrand NS_SWIFT_NAME(AnalyticsParameterItemBrand) =
204
+ @"item_brand";
205
+
206
+ /// Item category (NSString).
207
+ /// <pre>
208
+ /// NSDictionary *params = @{
209
+ /// kFIRParameterItemCategory : @"t-shirts",
210
+ /// // ...
211
+ /// };
212
+ /// </pre>
213
+ static NSString *const kFIRParameterItemCategory NS_SWIFT_NAME(AnalyticsParameterItemCategory) =
214
+ @"item_category";
215
+
216
+ /// Item ID (NSString).
217
+ /// <pre>
218
+ /// NSDictionary *params = @{
219
+ /// kFIRParameterItemID : @"p7654",
220
+ /// // ...
221
+ /// };
222
+ /// </pre>
223
+ static NSString *const kFIRParameterItemID NS_SWIFT_NAME(AnalyticsParameterItemID) = @"item_id";
224
+
225
+ /// The Google <a href="https://developers.google.com/places/place-id">Place ID</a> (NSString) that
226
+ /// corresponds to the associated item. Alternatively, you can supply your own custom Location ID.
227
+ /// <pre>
228
+ /// NSDictionary *params = @{
229
+ /// kFIRParameterItemLocationID : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
230
+ /// // ...
231
+ /// };
232
+ /// </pre>
233
+ static NSString *const kFIRParameterItemLocationID
234
+ NS_SWIFT_NAME(AnalyticsParameterItemLocationID) = @"item_location_id";
235
+
236
+ /// Item name (NSString).
237
+ /// <pre>
238
+ /// NSDictionary *params = @{
239
+ /// kFIRParameterItemName : @"abc",
240
+ /// // ...
241
+ /// };
242
+ /// </pre>
243
+ static NSString *const kFIRParameterItemName NS_SWIFT_NAME(AnalyticsParameterItemName) =
244
+ @"item_name";
245
+
246
+ /// The list in which the item was presented to the user (NSString).
247
+ /// <pre>
248
+ /// NSDictionary *params = @{
249
+ /// kFIRParameterItemList : @"Search Results",
250
+ /// // ...
251
+ /// };
252
+ /// </pre>
253
+ static NSString *const kFIRParameterItemList NS_SWIFT_NAME(AnalyticsParameterItemList) =
254
+ @"item_list";
255
+
256
+ /// Item variant (NSString).
257
+ /// <pre>
258
+ /// NSDictionary *params = @{
259
+ /// kFIRParameterItemVariant : @"Red",
260
+ /// // ...
261
+ /// };
262
+ /// </pre>
263
+ static NSString *const kFIRParameterItemVariant NS_SWIFT_NAME(AnalyticsParameterItemVariant) =
264
+ @"item_variant";
265
+
266
+ /// Level in game (signed 64-bit integer as NSNumber).
267
+ /// <pre>
268
+ /// NSDictionary *params = @{
269
+ /// kFIRParameterLevel : @(42),
270
+ /// // ...
271
+ /// };
272
+ /// </pre>
273
+ static NSString *const kFIRParameterLevel NS_SWIFT_NAME(AnalyticsParameterLevel) = @"level";
274
+
275
+ /// Location (NSString). The Google <a href="https://developers.google.com/places/place-id">Place ID
276
+ /// </a> that corresponds to the associated event. Alternatively, you can supply your own custom
277
+ /// Location ID.
278
+ /// <pre>
279
+ /// NSDictionary *params = @{
280
+ /// kFIRParameterLocation : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
281
+ /// // ...
282
+ /// };
283
+ /// </pre>
284
+ static NSString *const kFIRParameterLocation NS_SWIFT_NAME(AnalyticsParameterLocation) =
285
+ @"location";
286
+
287
+ /// The advertising or marketing medium, for example: cpc, banner, email, push. Highly recommended
288
+ /// (NSString).
289
+ /// <pre>
290
+ /// NSDictionary *params = @{
291
+ /// kFIRParameterMedium : @"email",
292
+ /// // ...
293
+ /// };
294
+ /// </pre>
295
+ static NSString *const kFIRParameterMedium NS_SWIFT_NAME(AnalyticsParameterMedium) = @"medium";
296
+
297
+ /// Number of nights staying at hotel (signed 64-bit integer as NSNumber).
298
+ /// <pre>
299
+ /// NSDictionary *params = @{
300
+ /// kFIRParameterNumberOfNights : @(3),
301
+ /// // ...
302
+ /// };
303
+ /// </pre>
304
+ static NSString *const kFIRParameterNumberOfNights
305
+ NS_SWIFT_NAME(AnalyticsParameterNumberOfNights) = @"number_of_nights";
306
+
307
+ /// Number of passengers traveling (signed 64-bit integer as NSNumber).
308
+ /// <pre>
309
+ /// NSDictionary *params = @{
310
+ /// kFIRParameterNumberOfPassengers : @(11),
311
+ /// // ...
312
+ /// };
313
+ /// </pre>
314
+ static NSString *const kFIRParameterNumberOfPassengers
315
+ NS_SWIFT_NAME(AnalyticsParameterNumberOfPassengers) = @"number_of_passengers";
316
+
317
+ /// Number of rooms for travel events (signed 64-bit integer as NSNumber).
318
+ /// <pre>
319
+ /// NSDictionary *params = @{
320
+ /// kFIRParameterNumberOfRooms : @(2),
321
+ /// // ...
322
+ /// };
323
+ /// </pre>
324
+ static NSString *const kFIRParameterNumberOfRooms NS_SWIFT_NAME(AnalyticsParameterNumberOfRooms) =
325
+ @"number_of_rooms";
326
+
327
+ /// Flight or Travel origin (NSString).
328
+ /// <pre>
329
+ /// NSDictionary *params = @{
330
+ /// kFIRParameterOrigin : @"Mountain View, CA",
331
+ /// // ...
332
+ /// };
333
+ /// </pre>
334
+ static NSString *const kFIRParameterOrigin NS_SWIFT_NAME(AnalyticsParameterOrigin) = @"origin";
335
+
336
+ /// Purchase price (double as NSNumber).
337
+ /// <pre>
338
+ /// NSDictionary *params = @{
339
+ /// kFIRParameterPrice : @(1.0),
340
+ /// kFIRParameterCurrency : @"USD", // e.g. $1.00 USD
341
+ /// // ...
342
+ /// };
343
+ /// </pre>
344
+ static NSString *const kFIRParameterPrice NS_SWIFT_NAME(AnalyticsParameterPrice) = @"price";
345
+
346
+ /// Purchase quantity (signed 64-bit integer as NSNumber).
347
+ /// <pre>
348
+ /// NSDictionary *params = @{
349
+ /// kFIRParameterQuantity : @(1),
350
+ /// // ...
351
+ /// };
352
+ /// </pre>
353
+ static NSString *const kFIRParameterQuantity NS_SWIFT_NAME(AnalyticsParameterQuantity) =
354
+ @"quantity";
355
+
356
+ /// Score in game (signed 64-bit integer as NSNumber).
357
+ /// <pre>
358
+ /// NSDictionary *params = @{
359
+ /// kFIRParameterScore : @(4200),
360
+ /// // ...
361
+ /// };
362
+ /// </pre>
363
+ static NSString *const kFIRParameterScore NS_SWIFT_NAME(AnalyticsParameterScore) = @"score";
364
+
365
+ /// The search string/keywords used (NSString).
366
+ /// <pre>
367
+ /// NSDictionary *params = @{
368
+ /// kFIRParameterSearchTerm : @"periodic table",
369
+ /// // ...
370
+ /// };
371
+ /// </pre>
372
+ static NSString *const kFIRParameterSearchTerm NS_SWIFT_NAME(AnalyticsParameterSearchTerm) =
373
+ @"search_term";
374
+
375
+ /// Shipping cost (double as NSNumber).
376
+ /// <pre>
377
+ /// NSDictionary *params = @{
378
+ /// kFIRParameterShipping : @(9.50),
379
+ /// kFIRParameterCurrency : @"USD", // e.g. $9.50 USD
380
+ /// // ...
381
+ /// };
382
+ /// </pre>
383
+ static NSString *const kFIRParameterShipping NS_SWIFT_NAME(AnalyticsParameterShipping) =
384
+ @"shipping";
385
+
386
+ /// Sign up method (NSString).
387
+ /// <pre>
388
+ /// NSDictionary *params = @{
389
+ /// kFIRParameterSignUpMethod : @"google",
390
+ /// // ...
391
+ /// };
392
+ /// </pre>
393
+ static NSString *const kFIRParameterSignUpMethod NS_SWIFT_NAME(AnalyticsParameterSignUpMethod) =
394
+ @"sign_up_method";
395
+
396
+ /// The origin of your traffic, such as an Ad network (for example, google) or partner (urban
397
+ /// airship). Identify the advertiser, site, publication, etc. that is sending traffic to your
398
+ /// property. Highly recommended (NSString).
399
+ /// <pre>
400
+ /// NSDictionary *params = @{
401
+ /// kFIRParameterSource : @"InMobi",
402
+ /// // ...
403
+ /// };
404
+ /// </pre>
405
+ static NSString *const kFIRParameterSource NS_SWIFT_NAME(AnalyticsParameterSource) = @"source";
406
+
407
+ /// The departure date, check-in date or rental start date for the item. This should be in
408
+ /// YYYY-MM-DD format (NSString).
409
+ /// <pre>
410
+ /// NSDictionary *params = @{
411
+ /// kFIRParameterStartDate : @"2015-09-14",
412
+ /// // ...
413
+ /// };
414
+ /// </pre>
415
+ static NSString *const kFIRParameterStartDate NS_SWIFT_NAME(AnalyticsParameterStartDate) =
416
+ @"start_date";
417
+
418
+ /// Tax amount (double as NSNumber).
419
+ /// <pre>
420
+ /// NSDictionary *params = @{
421
+ /// kFIRParameterTax : @(1.0),
422
+ /// kFIRParameterCurrency : @"USD", // e.g. $1.00 USD
423
+ /// // ...
424
+ /// };
425
+ /// </pre>
426
+ static NSString *const kFIRParameterTax NS_SWIFT_NAME(AnalyticsParameterTax) = @"tax";
427
+
428
+ /// If you're manually tagging keyword campaigns, you should use utm_term to specify the keyword
429
+ /// (NSString).
430
+ /// <pre>
431
+ /// NSDictionary *params = @{
432
+ /// kFIRParameterTerm : @"game",
433
+ /// // ...
434
+ /// };
435
+ /// </pre>
436
+ static NSString *const kFIRParameterTerm NS_SWIFT_NAME(AnalyticsParameterTerm) = @"term";
437
+
438
+ /// A single ID for a ecommerce group transaction (NSString).
439
+ /// <pre>
440
+ /// NSDictionary *params = @{
441
+ /// kFIRParameterTransactionID : @"ab7236dd9823",
442
+ /// // ...
443
+ /// };
444
+ /// </pre>
445
+ static NSString *const kFIRParameterTransactionID NS_SWIFT_NAME(AnalyticsParameterTransactionID) =
446
+ @"transaction_id";
447
+
448
+ /// Travel class (NSString).
449
+ /// <pre>
450
+ /// NSDictionary *params = @{
451
+ /// kFIRParameterTravelClass : @"business",
452
+ /// // ...
453
+ /// };
454
+ /// </pre>
455
+ static NSString *const kFIRParameterTravelClass NS_SWIFT_NAME(AnalyticsParameterTravelClass) =
456
+ @"travel_class";
457
+
458
+ /// A context-specific numeric value which is accumulated automatically for each event type. This is
459
+ /// a general purpose parameter that is useful for accumulating a key metric that pertains to an
460
+ /// event. Examples include revenue, distance, time and points. Value should be specified as signed
461
+ /// 64-bit integer or double as NSNumber. Notes: Values for pre-defined currency-related events
462
+ /// (such as @c kFIREventAddToCart) should be supplied using double as NSNumber and must be
463
+ /// accompanied by a @c kFIRParameterCurrency parameter. The valid range of accumulated values is
464
+ /// [-9,223,372,036,854.77, 9,223,372,036,854.77]. Supplying a non-numeric value, omitting the
465
+ /// corresponding @c kFIRParameterCurrency parameter, or supplying an invalid
466
+ /// <a href="https://goo.gl/qqX3J2">currency code</a> for conversion events will cause that
467
+ /// conversion to be omitted from reporting.
468
+ /// <pre>
469
+ /// NSDictionary *params = @{
470
+ /// kFIRParameterValue : @(3.99),
471
+ /// kFIRParameterCurrency : @"USD", // e.g. $3.99 USD
472
+ /// // ...
473
+ /// };
474
+ /// </pre>
475
+ static NSString *const kFIRParameterValue NS_SWIFT_NAME(AnalyticsParameterValue) = @"value";
476
+
477
+ /// Name of virtual currency type (NSString).
478
+ /// <pre>
479
+ /// NSDictionary *params = @{
480
+ /// kFIRParameterVirtualCurrencyName : @"virtual_currency_name",
481
+ /// // ...
482
+ /// };
483
+ /// </pre>
484
+ static NSString *const kFIRParameterVirtualCurrencyName
485
+ NS_SWIFT_NAME(AnalyticsParameterVirtualCurrencyName) = @"virtual_currency_name";