CellularModeSetting

public protocol CellularModeSetting : AnyObject

Setting providing access to the CellularMode.

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

    Declaration

    Swift

    var updating: Bool { get }
  • Cellular mode value.

    Declaration

    Swift

    var value: CellularMode { get set }