handlePush

fun handlePush(intent: Intent?): Klaviyo

From an opened push Intent, creates an EventMetric.OPENED_PUSH containing appropriate tracking parameters

While it is generally required to initialize before interacting with the Klaviyo SDK, due to potential timing issues push open events are stored in an in-memory buffer prior to initializing, and will be ingested once you initialize with your public API key.

Parameters

intent

the Intent from opening a notification