fromUriString

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

Creates a DeepLinkRequest with a string uri.

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.