IngestionRecord
@objcMembers
public class IngestionRecord : NSObject, Codable
IngestionRecord is the format of data that will be consumed on the ingestion server.
-
Metadata associated with the event. This includes deviceName, OSVersion, and etc.
Declaration
Swift
public let metadata: [String : AnyCodable?] -
List of
IngestionEventDeclaration
Swift
public let events: [IngestionEvent] -
Declaration
Swift
public init(metadata: [String : AnyCodable?], events: [IngestionEvent])