RuntimeArguments

interface RuntimeArguments

Access to the runtime arguments of an app.

Functions

get
Link copied to clipboard
abstract operator fun get(key: String): Any?
Get the runtime argument with the specified name.

Extensions

mandatory
Link copied to clipboard
inline fun <T> RuntimeArguments.mandatory(key: String): T
Get the value of a mandatory runtime argument.