plus

operator fun plus(flag: Intent): Intents(source)

Returns an instance of Intents that has all bits set that are set in this and flag.


operator fun plus(flags: Intents): Intents(source)

Returns an instance of Intents that has all bits set that are set in this and flags.