Handled

data class Handled(val response: DeeplinkResponse) : DeeplinkHandledStatus

Indicates that a deeplink was successfully parsed from the deeplink.

Constructors

Link copied to clipboard
constructor(response: DeeplinkResponse)

Properties

Link copied to clipboard

A DeeplinkResponse representing either the authenticated response or an error.