getLandingUrlStatus

abstract suspend fun getLandingUrlStatus(landingUrl: String): String?

Returns the query portion of the URL which was actually used when navigating to a landing URL, or null if navigation did not occur yet.

landingUrl URL of the landing page as returned by createLandingUrl.