Builder

class Builder(value: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(value: Int = 0)

Functions

Link copied to clipboard

Returns an instance of ActivityFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun ActivityFlag.unaryMinus()

Unsets all bits in the Builder that are set in this ActivityFlag.

operator fun ActivityFlags.unaryMinus()

Unsets all bits in the Builder that are set in this ActivityFlags.

Link copied to clipboard
operator fun ActivityFlag.unaryPlus()

Sets all bits in the Builder that are set in this ActivityFlag.

operator fun ActivityFlags.unaryPlus()

Sets all bits in the Builder that are set in this ActivityFlags.