startingIntents

@JvmName(name = "gwoswgbbidhpbroa")
suspend fun startingIntents(value: Output<List<RoboStartingIntentArgs>>)
@JvmName(name = "lvyvqmdtwsyfmssq")
suspend fun startingIntents(value: List<RoboStartingIntentArgs>?)

Parameters

value

The intents used to launch the app for the crawl. If none are provided, then the main launcher activity is launched. If some are provided, then only those provided are launched (the main launcher activity must be provided explicitly).


@JvmName(name = "mboulrllpqqcfchj")
suspend fun startingIntents(vararg values: Output<RoboStartingIntentArgs>)


@JvmName(name = "dymcdrbbyqjjuglc")
suspend fun startingIntents(values: List<Output<RoboStartingIntentArgs>>)
@JvmName(name = "mdfhsmvxctmavgkq")
suspend fun startingIntents(vararg values: RoboStartingIntentArgs)

Parameters

values

The intents used to launch the app for the crawl. If none are provided, then the main launcher activity is launched. If some are provided, then only those provided are launched (the main launcher activity must be provided explicitly).


@JvmName(name = "ytiiwborhgdwyykk")
suspend fun startingIntents(argument: List<suspend RoboStartingIntentArgsBuilder.() -> Unit>)
@JvmName(name = "cvgighupetrkbtjs")
suspend fun startingIntents(vararg argument: suspend RoboStartingIntentArgsBuilder.() -> Unit)
@JvmName(name = "ipweexoapgftfrta")
suspend fun startingIntents(argument: suspend RoboStartingIntentArgsBuilder.() -> Unit)

Parameters

argument

The intents used to launch the app for the crawl. If none are provided, then the main launcher activity is launched. If some are provided, then only those provided are launched (the main launcher activity must be provided explicitly).