fromMimeType
fun fromMimeType(mimeType: String, uri: DeepLinkUri? = null, action: String? = null): DeepLinkRequest
Creates a DeepLinkRequest with a mimeType.
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.
Throws
if the mimeType is empty.