contains

operator fun contains(flag: Intent): Boolean(source)

Checks if this instance of Intents has all bits set that are set in flag.


operator fun contains(flags: Intents): Boolean(source)

Checks if this instance of Intents has all bits set that are set in flags.