🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ClipEntry

Android specific class that contains the primary clip in android.content.ClipboardManager.

Source set: Android
public class ClipEntry(public val clipData: ClipData)

Android specific class that contains the primary clip in android.content.ClipboardManager.

Properties

clipMetadata

Source set: Android
public val clipMetadata: ClipMetadata
Source set: Common
public class ClipEntry

Platform specific protocol that expresses an item in the native Clipboard.

Properties

clipMetadata

Source set: Common
public val clipMetadata: ClipMetadata

Returns a ClipMetadata which describes the contents of this ClipEntry. This is an ideal way to check whether to accept or reject what may be pasted from the clipboard without explicitly reading the content.

Calling this function does not trigger any content access warnings on any platform.