GSFollowModeSetting

@objc
public protocol GSFollowModeSetting

Setting providing access to the mode (FollowMode) setup.

This protocol is Objective-C only. Swift must use FollowModeSetting.

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

    Declaration

    Swift

    var updating: Bool { get }
  • Follow mode.

    Note

    Only a supported Follow mode can be set.

    Declaration

    Swift

    var value: FollowMode { get set }
  • Tells whether a given mode is supported or not.

    Declaration

    Swift

    func modeIsSupported(_ mode: FollowMode) -> Bool

    Parameters

    mode

    the mode to query

    Return Value

    true if the mode is supported