GSPreciseHomeSetting

@objc
public protocol GSPreciseHomeSetting

Setting to change the precise home mode

Note

this protocol is for Objective-C compatibility only.
  • Tells if a setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Precise home mode setting.

    Declaration

    Swift

    var mode: PreciseHomeMode { get set }
  • Checks if a mode is supported.

    Declaration

    Swift

    func isModeSupported(_ mode: PreciseHomeMode) -> Bool

    Parameters

    mode

    mode to check

    Return Value

    true if the mode is supported