ExternalTrackingProperty

struct ExternalTrackingProperty

The representation of a property that is consumed by those objects that conform to ExternalTrackingProtocol

  • Initialize with String property

    Declaration

    Swift

    init(_ key: String, _ value: String)
  • Initialize with Bool property

    Declaration

    Swift

    init(_ key: String, _ value: Bool)
  • Initialize with Double property

    Declaration

    Swift

    init(_ key: String, _ value: Double)
  • Initialize with Float property

    Declaration

    Swift

    init(_ key: String, _ value: Float)
  • Initialize with Int property

    Declaration

    Swift

    init(_ key: String, _ value: Int)