app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.m8test.accessibility.api
/
AccessibilityNode
/
performAction
perform
Action
abstract
fun
performAction
(
action
:
Int
,
arg
:
Bundle
.
(
)
->
Unit
?
)
:
Boolean
执行指定动作。
Return
如果操作成功则返回
true
,否则返回
false
。
Parameters
action
要执行的动作标识符。
arg
可选的
Bundle
扩展函数,用于为动作提供附加参数。