sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.builder.api
/
ActionContainer
/
remove
remove
abstract
fun
remove
(
action
:
Any
)
:
Action
?
移除给定的动作到容器中.
Return
移除动作成功返回被移除的动作, 否则返回 null
Parameters
action
需要移除的动作, 可以是
String
或者
Action