A2uiUrlOpener


fun interface A2uiUrlOpener


Interface to open a URL.

The implementation of this interface should be provided by the platform (e.g., using Android's Intent.ACTION_VIEW).

Summary

Public functions

Unit

Opens the specified URL.

Public functions

openUrl

Added in 1.0.0-alpha01
fun openUrl(url: String): Unit

Opens the specified URL.

Parameters
url: String

the URL string to open