clipboardMeta

fun clipboardMeta(hasClip: Boolean, mimeTypes: List<String>, sensitive: Boolean?): String

Describes clipboard metadata without reading its contents.

Return

Human-readable clipboard metadata description.

Parameters

hasClip

Whether the clipboard has content.

mimeTypes

MIME types present on the clip.

sensitive

Sensitivity flag (Android 13+), or null if unknown.