EventMetricProtocol
public protocol EventMetricProtocol : AnyObject, Sendable
Undocumented
-
Undocumented
Declaration
Swift
func record(_ extra: [String : String]) -
Undocumented
Declaration
Swift
func testGetNumRecordedErrors(_ error: ErrorType) -> Int32 -
Undocumented
Declaration
Swift
func testGetValue(_ pingName: String?) -> [RecordedEvent]?
View on GitHub