Source

public protocol Source : PropertiesProviding

An object that can provide data from a specific source on the device

  • The availability of the source

    Declaration

    Swift

    var availability: SourceAvailability { get }
  • A user-friendly name that represents the source, e.g. “Location”, “Device Attitude”

    Declaration

    Swift

    var name: String { get }