DebugReportOption
public enum DebugReportOption
Options for the report export.
-
Specify this option to only include events resulting from an action that the user directly initiated, as specified in the
userInitiatedproperty of theActionContext. This will filter out any programmatically triggered events, such as data or time event-based subsystems.Declaration
Swift
case userInitiatedOnly -
Specify this option to output the reports in JSON format for automated processing.
Declaration
Swift
case machineReadableFormat
View on GitHub
DebugReportOption Enumeration Reference