Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.modules/DeepLinkHandler

DeepLinkHandler

interface DeepLinkHandler

The DeepLinkHandler is responsible for tracking incoming deep links, managing attribution, and handling trace parameters when present in the URL.

DeepLink handling is automatic called unless explicitly disabled.

Functions

handle
Link copied to clipboard
abstract fun handle(link: Uri): Single<TealiumResult<Unit>>
abstract fun handle(link: Uri, referrer: Uri?): Single<TealiumResult<Unit>>

Handles a deep link for various purposes, such as attribution or trace management.

Generated by Dokka
(c) Tealium 2026