plus

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

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


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

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