BVCurationsFeedItem Class Reference

Inherits from NSObject
Declared in BVCurationsFeedItem.h

Overview

Top-level Curations model object in a Curations feed.

  channel

@property NSString *channel

  contentId

@property NSString *contentId

  rating

@property NSNumber *rating

  classification

@property NSString *classification

  text

@property NSString *text

  identifier

@property NSNumber *identifier

  praises

@property NSNumber *praises

  explicitPermissionStatus

@property NSString *explicitPermissionStatus

  author

@property BVCurationsPostAuthor *author

  links

@property NSArray<NSString*> *links

  coordinates

@property BVCurationsCoordinates *coordinates

  featuredGroups

@property NSArray<NSString*> *featuredGroups

  tags

@property NSArray<NSString*> *tags

  timestamp

@property NSNumber *timestamp

  photos

@property NSArray<BVCurationsPhoto*> *photos

  videos

@property NSArray<BVCurationsVideo*> *videos

  referencedProducts

@property NSArray<BVCurationsProductDetail*> *referencedProducts

  productDetails

@property NSDictionary *productDetails

  teaser

@property NSString *teaser

  groups

@property NSArray<NSString*> *groups

  permalink

@property NSString *permalink

  productId

@property NSString *productId

  language

@property NSString *language

  token

@property NSString *token

  place

@property NSString *place

  replyTo

@property NSString *replyTo

  sourceClient

@property NSString *sourceClient

  externalId

As provided by the external ID BVCurationsFeedParams value. When supplied, this is used as the product Id for analytics reporting.

@property NSString *externalId

Declared In

BVCurationsFeedItem.h

– initWithDict:withReferencedProducts:

- (id)initWithDict:(NSDictionary *)dict withReferencedProducts:(NSDictionary *)referencedProducts

– initWithDict:withReferencedProducts:withExternalId:

- (id)initWithDict:(NSDictionary *)dict withReferencedProducts:(NSDictionary *)referencedProducts withExternalId:(NSString *)exernalId

– recordTap

- (void)recordTap

– recordImpression

- (void)recordImpression