ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
orchestrate
/
com.pingidentity.orchestrate
/
Module
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
fun
of
(
setup
:
Setup
<
Unit
>
.
(
)
->
Unit
)
:
Module
<
Unit
>
Constructs a module with no config.
fun
<
T
:
Any
>
of
(
config
:
(
)
->
T
,
setup
:
Setup
<
T
>
.
(
)
->
Unit
)
:
Module
<
T
>
Constructs a module with config.