EventClientConfiguration
@objc
public protocol EventClientConfiguration
EventClientConfiguration
contains speciic data required to send as metadata.
-
The type of the Ingestion event
Attention
replaced withtag
Declaration
Swift
var type: EventClientType { get }
-
Declaration
Swift
var eventClientJoinToken: String { get }
-
Tagging the source of the events, which will be translated to
Type
for Ingestion eventDeclaration
Swift
var tag: String { get }
-
The attributes that will be sent to Ingestion Service as metadata along with common attributes
Declaration
Swift
var metadataAttributes: [String : Any] { get }