trackClick

suspend fun EngageBySailthru.trackClick(sectionId: String, url: URI)

Asynchronously registers with Marigold SPM that a section has been clicked/tapped on, transitioning the user to a detail view

Parameters

sectionId

the ID of the section to track a click for. Must not be null.

url

the URL of the detail being transitioned to. Must not be null.

Throws

Thrown if there is an error processing the request.