Contents

MetricManager.ReportedState

A recorded app state associated with a metric or diagnostic report entry.

Declaration

struct ReportedState

Discussion

ReportedState describes a single state that your app was in during a reporting interval. It carries the domain and label identifying the state, the duration the app spent in that state, and any stable context values your app recorded with the state.

Access reported states in metric reports through states or state. Access them in diagnostic reports through states.

Topics

State details

Instance Properties