PlatformActions

interface PlatformActions

Platform integrations that have no common Compose equivalent.

Properties

Link copied to clipboard
abstract val appVersionCode: Long

Version code of the installed app, or a sentinel on platforms without Android packages.

Functions

Link copied to clipboard
abstract fun openUrl(url: String)

Opens url in the system browser.

Link copied to clipboard
abstract fun toast(message: String)

Shows a short, transient message (a real Toast on Android; no-op where unsupported).