AntiflickerSetting

public protocol AntiflickerSetting : AnyObject

Setting to change the anti-flickering mode.

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

    Declaration

    Swift

    var updating: Bool { get }
  • Supported modes.

    Declaration

    Swift

    var supportedModes: Set<AntiflickerMode> { get }
  • Current anti-flickering mode setting.

    Declaration

    Swift

    var mode: AntiflickerMode { get set }