minus

operator fun minus(flag: ActivityFlag): ActivityFlags(source)

Returns an instance of ActivityFlags that has all bits set that are set in this except the bits that are set in flag.


operator fun minus(flags: ActivityFlags): ActivityFlags(source)

Returns an instance of ActivityFlags that has all bits set that are set in this except the bits that are set in flags.