Contents

didReceive(_:)

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

Declaration

optional func didReceive(_ payloads: [MXDiagnosticPayload])

Parameters

  • payloads:

    An array of new diagnostic 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