handlePush

fun handlePush(intent: Intent?): Klaviyo

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

While it is preferable to initialize before interacting with the Klaviyo SDK, due to timing issues on some platforms, events are stored in an in-memory buffer prior to initialization, and will be replayed once you initialize with your public API key.

Parameters

intent

the Intent from opening a notification