trackClickResult

suspend fun EngageBySailthru.trackClickResult(sectionId: String, url: URI): Result<Unit>

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

Return

Result representing the outcome of the request

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.