POBNativeContextType Constants Reference

Declared in POBNativeConstants.h

POBNativeContextType

The context in which the ad appears - what type of content is surrounding the ad on the page at a high level.

Definition

typedef NS_ENUM(NSInteger, POBNativeContextType ) {
   POBNativeContextTypeContentCentric = 1,
   POBNativeContextTypeSocialCentric = 2,
   POBNativeContextTypeProductSpcific = 3,
};

Constants

POBNativeContextTypeContentCentric

Content-centric context such as newsfeed, article, image gallery, video gallery, or similar.

Declared In POBNativeConstants.h.

POBNativeContextTypeSocialCentric

Social-centric context such as social network feed, email, chat, or similar.

Declared In POBNativeConstants.h.

POBNativeContextTypeProductSpcific

Product context such as product listings, details, recommendations, reviews, or similar.

Declared In POBNativeConstants.h.

Declared In

POBNativeConstants.h