Companion

object Companion

Functions

Link copied to clipboard
fun fromAction(action: String, uri: DeepLinkUri? = null, mimeType: String? = null): DeepLinkRequest

Creates a [DeepLinkRequest with an action.

Link copied to clipboard
Link copied to clipboard
fun fromMimeType(mimeType: String, uri: DeepLinkUri? = null, action: String? = null): DeepLinkRequest

Creates a DeepLinkRequest with a mimeType.

Link copied to clipboard
fun fromUri(uri: DeepLinkUri, mimeType: String? = null, action: String? = null): DeepLinkRequest

Creates a DeepLinkRequest with a DeepLinkUri.

Link copied to clipboard
fun fromUriString(uri: String, mimeType: String? = null, action: String? = null): DeepLinkRequest

Creates a DeepLinkRequest with a string uri.