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
ARTStatsGranularityMinuteSwift
case minute = 0 -
Interval unit over which statistics are gathered as hours.
Declaration
Objective-C
ARTStatsGranularityHourSwift
case hour = 1 -
Interval unit over which statistics are gathered as days.
Declaration
Objective-C
ARTStatsGranularityDaySwift
case day = 2 -
Interval unit over which statistics are gathered as months.
Declaration
Objective-C
ARTStatsGranularityMonthSwift
case month = 3