_RankingScope

public enum _RankingScope : String

Enumeration of the scope possible values

  • consumption: consumption
  • social: social
  • editorial: editorial
  • unknown: used internally
  • Undocumented

    Declaration

    Swift

    case consumption = "consumption"
  • Undocumented

    Declaration

    Swift

    case social = "social"
  • Undocumented

    Declaration

    Swift

    case editorial = "editorial"
  • Undocumented

    Declaration

    Swift

    case unknown = "unknown"