Source
public protocol Source : PropertiesProvidingAn object that can provide data from a specific source on the device
- 
                  
                  The availability of the source DeclarationSwift var availability: SourceAvailability { get }
- 
                  
                  A user-friendly name that represents the source, e.g. “Location”, “Device Attitude” DeclarationSwift var name: String { get }
 View on GitHub
View on GitHub Source Protocol Reference
        Source Protocol Reference