Intents

inline fun Intents(builder: Intents.Builder.() -> Unit = {}): Intents(source)

Returns an instance of Intents built with Intents.Builder.


fun Intents(vararg flags: Intent): Intents(source)
fun Intents(vararg flags: Intents): Intents(source)
@JvmName(name = "Intents0")
fun Intents(flags: Iterable<Intents>): Intents(source)

Returns an instance of Intents that has all bits set that are set in any element of flags.