EventClientConfiguration

@objc
public protocol EventClientConfiguration

EventClientConfiguration contains speciic data required to send as metadata.

  • The type of the Ingestion event

    Attention

    replaced with tag

    Declaration

    Swift

    var type: EventClientType { get }
  • Declaration

    Swift

    var eventClientJoinToken: String { get }
  • tag

    Tagging the source of the events, which will be translated to Type for Ingestion event

    Declaration

    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 }