Skip to content

Commit def1a5b

Browse files
authored
Readme: remove erroneous description about pre-init queue (#243)
* Remove incorrect doc block comment --------- Co-authored-by: Evan Masseau <>
1 parent b6eb309 commit def1a5b

File tree

1 file changed

+3
-7
lines changed
  • sdk/analytics/src/main/java/com/klaviyo/analytics

1 file changed

+3
-7
lines changed

sdk/analytics/src/main/java/com/klaviyo/analytics/Klaviyo.kt

+3-7
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,6 @@ object Klaviyo {
237237
/**
238238
* Creates an [Event] associated with the currently tracked profile
239239
*
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-
*
244240
* @param event A map-like object representing the event attributes
245241
* @return Returns [Klaviyo] for call chaining
246242
*/
@@ -264,9 +260,9 @@ object Klaviyo {
264260
* From an opened push Intent, creates an [EventMetric.OPENED_PUSH] [Event]
265261
* containing appropriate tracking parameters
266262
*
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.
270266
*
271267
* @param intent the [Intent] from opening a notification
272268
*/

0 commit comments

Comments
 (0)