DeepLink

struct DeepLink : CustomStringConvertible

An object representing a deep link. "gaugewatcher://open-gauge?country=\(country)&state=\(state)&siteID=\(siteID)" is the format of a deep link for opening a gauge detail view.

  • Undocumented

    Declaration

    Swift

    let country: String
  • Undocumented

    Declaration

    Swift

    let state: String
  • Undocumented

    Declaration

    Swift

    let siteID: String
  • Declaration

    Swift

    var description: String { get }