EventSender
@objc
public protocol EventSender
EventSender handles the sending of ingestion record
-
Send events as
IngestionRecordDeclaration
Swift
func sendEvents(ingestionRecord: IngestionRecord, completionHandler: @escaping (Bool) -> Void)Parameters
ingestionRecordingestion record
completionHandlercomplete handler to execute when send event succeeded or failed