Contents

didReceive(_:)

Delivers new metrics reports to the object registered with the metrics manager.

Declaration

optional func didReceive(_ payloads: [MXMetricPayload])

Parameters

  • payloads:

    An array of new metrics reports.

Discussion

The system calls this method at most once per day. It’s safe to process the payload on a separate thread.

See Also

Receiving reports