AndroidClipboard


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

Summary

Public properties

ClipboardManager

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

android
open ClipboardManager

This property is deprecated. Use [nativeClipboardManager] extension instead

android

Inherited functions

From androidx.compose.ui.platform.Clipboard
suspend ClipEntry?

Returns the clipboard entry that's provided by the platform's ClipboardManager.

android
suspend Unit
setClipEntry(clipEntry: ClipEntry?)

Puts the given clipEntry in platform's ClipboardManager.

android

Public properties

clipboardManager

val clipboardManagerClipboardManager

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

nativeClipboard

open val nativeClipboardClipboardManager

Returns the native clipboard that exposes the full functionality of platform clipboard.