getText

abstract fun getText(coroutineScope: CoroutineScope): Deferred<String?>

获取剪贴板内容(粘贴)。 为了兼容性,操作将在主线程执行。 注意:在 Android 10+ 上,应用必须在前台才能读取。