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

    rawValue

    The bit representing the option.