Handled

data class Handled(val response: DeeplinkResponse) : DeeplinkHandledStatus

Indicates that a deeplink was successfully parsed from the deeplink.

Constructors

Link copied to clipboard
fun Handled(response: DeeplinkResponse)

Properties

Link copied to clipboard
val response: DeeplinkResponse

A DeeplinkResponse representing either the authenticated response or an error.