sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.builder.api
/
ExtensionContainer
/
configure
configure
abstract
fun
<
T
>
configure
(
name
:
String
,
action
:
T
.
(
)
->
Unit
)
配置容器中指定名字的扩展.
Receiver
扩展对象
Parameters
T
扩展的类型
name
扩展的名称
action
对扩展进行的配置操作