KillSwitchModeSetting

public protocol KillSwitchModeSetting : AnyObject

Setting providing access to the KillSwitchMode.

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Supported kill-switch modes.

    Declaration

    Swift

    var supportedValues: Set<KillSwitchMode> { get }
  • Kill-switch mode value.

    Declaration

    Swift

    var value: KillSwitchMode { get set }