fromAction

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

Creates a [DeepLinkRequest with an action.

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 action is empty.