UriAction

fun UriAction(uri: Uri, extras: Bundle?, useWebView: Boolean, channel: Channel)

Parameters

uri

The Uri.

extras

Any extras to be passed in the start intent.

useWebView

If this Uri should use the Webview, if the Uri is a remote Uri

channel

The channel for the Uri. Must not be null.


fun UriAction(original: UriAction)

Constructor to copy an existing UriAction.

Parameters

original

A UriAction to copy parameters from.