Utilities
public enum UtilitiesUtility helper methods
- 
                  
                  Configuration key for in Settings or the info.plist for storing the predixSyncURL Default: server_url DeclarationSwift static public var predixSyncURLConfigKey = "server_url"
- 
                  
                  Retrieves configuration values from info.plist or settings DeclarationSwift static public func configValueForKey(_ key: String, location: ConfigurationLocation = .infoplist) -> Any?
- 
                  
                  Returns the location the SDK uses for local file storage. DeclarationSwift static public var localStorageURL: URL
- 
                  
                  Returns a dictionary containing version information of the app, the SDK, and dependent components, as well as some basic environmental information for the current device. DeclarationSwift static public var systemInfo: [String: String]
- 
                  
                  Provides a short string of version information the PredixSDK, and some of its dependent components. For more in-depth system information see the systemInfomethodDeclarationSwift static public var versionInfo: String
- 
                  
                  Initialized using value stored in Settings under the predixSyncURLConfigKey key. See also retreivePredixSyncURLFromConfigDeclarationSwift static public var predixSyncURL: URL? = retreivePredixSyncURLFromConfig()
- 
                  
                  Helper method to retrieve the value for the provided ConfigurationLocation for the predixSyncURLConfigKey, and build a URL. If no URL scheme is included in the configuration setting, https:// will be used.DeclarationSwift static public func retreivePredixSyncURLFromConfig(location: ConfigurationLocation = ConfigurationLocation.settings) -> URL?Parameterslocationoptional ConfigurationLocation from which to retreive the URL. Defaults to ConfigurationLocation.settings 
 View on GitHub
            View on GitHub
           Utilities Enumeration Reference
      Utilities Enumeration Reference