Aggregation

enum Aggregation : String, Codable

Represents the various aggregation methods a stats call can have.

  • day: Statistic aggregated by day.
  • week: Statistics aggregated by week.
  • month: Statistics aggregated by month.
  • day

    Statistics aggregated by day.

    Declaration

    Swift

    case day
  • Statistics aggregated by week.

    Declaration

    Swift

    case week
  • Statistics aggregated by month.

    Declaration

    Swift

    case month