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