copyOnClipboard

actual fun copyOnClipboard(content: String, onCopy: () -> Unit?)

Method used to copy to the clipboard a content value

Parameters

content

The content to copy

onCopy

The action to execute after the copy in the clipboard

expect fun copyOnClipboard(content: String, onCopy: () -> Unit? = null)

Method used to copy to the clipboard a content value

Parameters

content

The content to copy

onCopy

The action to execute after the copy in the clipboard

actual fun copyOnClipboard(content: String, onCopy: () -> Unit?)

Method used to copy to the clipboard a content value

Parameters

content

The content to copy

onCopy

The action to execute after the copy in the clipboard

actual fun copyOnClipboard(content: String, onCopy: () -> Unit?)

Method used to copy to the clipboard a content value

Parameters

content

The content to copy

onCopy

The action to execute after the copy in the clipboard

actual fun copyOnClipboard(content: String, onCopy: () -> Unit?)

Method used to copy to the clipboard a content value

Parameters

content

The content to copy

onCopy

The action to execute after the copy in the clipboard