RankingScope

public class RankingScope : NSObject

The scope where the recommendation of a content takes place

  • Enumeration of the scope possible values

    • consumption: consumption
    • social: social
    • editorial: editorial
    • unknown: used internally
    See more

    Declaration

    Swift

    public enum _RankingScope : String
  • Build a Ranking scope object from enumeration

    Declaration

    Swift

    public init(scope: _RankingScope)

    Parameters

    scope

    the _RankingScope enumeration

    Return Value

    The RankingScope object