A2uiUrlOpener


public 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 methods

abstract void

Opens the specified URL.

Public methods

openUrl

Added in 1.0.0-alpha01
abstract void openUrl(@NonNull String url)

Opens the specified URL.

Parameters
@NonNull String url

the URL string to open