Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

AndroidClipboard

Android-specific implementation of the Clipboard interface that provides access to the underlying android.content.ClipboardManager.

Source set: Android
@VisibleForTesting
interface AndroidClipboard : Clipboard

Android-specific implementation of the Clipboard interface that provides access to the underlying android.content.ClipboardManager.

Properties

clipboardManager

Source set: Android
val clipboardManager: android.content.ClipboardManager

Returns an android.content.ClipboardManager that exposes the full functionality of platform clipboard.

nativeClipboard

Deprecated

Use nativeClipboardManager extension instead

Source set: Android
override val nativeClipboard: android.content.ClipboardManager

Last updated: