ARTStatsGranularity

Objective-C

enum ARTStatsGranularity : NSUInteger {}

Swift

enum ARTStatsGranularity : UInt, @unchecked Sendable

Describes the interval unit over which statistics are gathered.

  • Interval unit over which statistics are gathered as minutes.

    Declaration

    Objective-C

    ARTStatsGranularityMinute

    Swift

    case minute = 0
  • Interval unit over which statistics are gathered as hours.

    Declaration

    Objective-C

    ARTStatsGranularityHour

    Swift

    case hour = 1
  • Interval unit over which statistics are gathered as days.

    Declaration

    Objective-C

    ARTStatsGranularityDay

    Swift

    case day = 2
  • Interval unit over which statistics are gathered as months.

    Declaration

    Objective-C

    ARTStatsGranularityMonth

    Swift

    case month = 3