Class

ClipMetadata

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

Source set: Common
expect class ClipMetadata

Platform specific protocol that describes an item in the native Clipboard. This object should not contain any actual piece of data.

Source set: Android
actual class ClipMetadata(val clipDescription: ClipDescription)

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

Last updated: