sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.util
/
Clipboard
/
getText
get
Text
abstract
fun
getText
(
coroutineScope
:
CoroutineScope
)
:
Deferred
<
String
?
>
获取剪贴板内容(粘贴)。 为了兼容性,操作将在主线程执行。 注意:在 Android 10+ 上,应用必须在前台才能读取。