Enum POBNativeContextSubType
-
- All Implemented Interfaces:
public enum POBNativeContextSubTypeNext-level context in which the ad appears. Again this reflects the primary context, and does not imply no presence of other elements.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GENERALGeneral or mixed conten
ARTICLEPrimarily article content (which of course could include images, etc as part of the article)
VIDEOPrimarily video content
AUDIOPrimarily audio content
IMAGEPrimarily image content
USER_GENERATEDUser-generated content - forums, comments, etc
SOCIALGeneral social content such as a general social network
EMAILPrimarily email content
CHAT_IMPrimarily chat/IM content
SELLING_PRODUCTSContent focused on selling products, whether digital or physical
MARKETPLACEApplication store/marketplace
PRODUCT_REVIEW_SITEProduct reviews site primarily (which may sell product secondarily)
EXCHANGETo be defined by the exchange
-
Method Summary
Modifier and Type Method Description intgetValue()Getter for the contextSubType static Array<POBNativeContextSubType>values()Returns an array containing the constants of this enum type, in the order they're declared. static POBNativeContextSubTypevalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
getValue
int getValue()
Getter for the contextSubType
- Returns:
int value of enum constant
-
values
static Array<POBNativeContextSubType> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static POBNativeContextSubType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-