app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.m8test.accessibility.api
/
AccessibilityNode
/
setText
set
Text
abstract
fun
setText
(
text
:
String
)
:
Boolean
设置文本内容。
Return
设置成功则返回
true
,否则返回
false
。
Parameters
text
要设置的文本字符串。