TrackingCode

@available(*, deprecated, message: "This class is obsoleted and will be removed. Please use User.TrackingCode instead.")
public class TrackingCode : BoxModel

Admin-defined information about a user

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Tracking code key.

    Declaration

    Swift

    public let name: String
  • Tracking code value.

    Declaration

    Swift

    public let value: String
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.