Options
public struct Options : OptionSet
These options can be used to configure the behaviour of the service.
-
A bit representing a single option.
Declaration
Swift
public let rawValue: Int -
Initialize a single option with a given value.
Declaration
Swift
public init(rawValue: Int)Parameters
rawValueThe bit representing the option.
View on GitHub
Options Structure Reference