BaseMetric

class BaseMetric

Base class for all the metrics collected and sent to the API by the SDK

  • Undocumented

    Declaration

    Swift

    public let datetime: Date
  • Undocumented

    Declaration

    Swift

    public var codename: String
  • Undocumented

    Declaration

    Swift

    public let position: CLLocationCoordinate2D
  • Undocumented

    Declaration

    Swift

    public var sent: Bool
  • Undocumented

    Declaration

    Swift

    init(position: CLLocationCoordinate2D)
  • Undocumented

    Declaration

    Swift

    func toDictionary() -> [String : Any]