File tree 1 file changed +3
-7
lines changed
sdk/analytics/src/main/java/com/klaviyo/analytics
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,6 @@ object Klaviyo {
237
237
/* *
238
238
* Creates an [Event] associated with the currently tracked profile
239
239
*
240
- * While it is preferable to [initialize] before interacting with the Klaviyo SDK,
241
- * due to timing issues on some platforms, events are stored in an in-memory buffer prior to initialization,
242
- * and will be replayed once you initialize with your public API key.
243
- *
244
240
* @param event A map-like object representing the event attributes
245
241
* @return Returns [Klaviyo] for call chaining
246
242
*/
@@ -264,9 +260,9 @@ object Klaviyo {
264
260
* From an opened push Intent, creates an [EventMetric.OPENED_PUSH] [Event]
265
261
* containing appropriate tracking parameters
266
262
*
267
- * While it is preferable to [initialize] before interacting with the Klaviyo SDK,
268
- * due to timing issues on some platforms, events are stored in an in-memory buffer prior to initialization ,
269
- * and will be replayed once you initialize with your public API key.
263
+ * While it is generally required to [initialize] before interacting with the Klaviyo SDK,
264
+ * due to potential timing issues push open events are stored in an in-memory buffer prior to initializing ,
265
+ * and will be ingested once you initialize with your public API key.
270
266
*
271
267
* @param intent the [Intent] from opening a notification
272
268
*/
You can’t perform that action at this time.
0 commit comments