fromUri

fun fromUri(uri: DeepLinkUri, mimeType: String? = null, action: String? = null): DeepLinkRequest

Creates a DeepLinkRequest with a DeepLinkUri.

Return

a DeepLinkRequest instance

Parameters

uri

The URI for the deep link.

mimeType

The mime type for the deep link.

action

The action for the deep link.