Intents

inline fun Intents(builder: Intents.IntentsBuilder.() -> Unit = {}): Intents(source)
fun Intents(vararg intents: Intents): Intents(source)
fun Intents(vararg intents: Intent): Intents(source)
@JvmName(name = "IntentsWithIterable")
fun Intents(intents: Iterable<Intent>): Intents(source)