-
public class NativeContextSubType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerGENERALprivate final IntegerPRIMARILY_ARTICLEprivate final IntegerPRIMARILY_VIDEOprivate final IntegerPRIMARILY_AUDIOprivate final IntegerPRIMARILY_IMAGEprivate final IntegerUSER_GENERATEDprivate final IntegerSOCIAL_CONTENTprivate final IntegerPRIMARILY_EMAILprivate final IntegerPRIMARILY_CHATprivate final IntegerSELLING_PRODUCTSprivate final IntegerAPPLICATION_STOREprivate final IntegerPRODUCT_REVIEW_SITEpublic final static NativeContextSubType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetGENERAL()General or mixed content. final IntegergetPRIMARILY_ARTICLE()Primarily article content (which of course could include images, etc as part of the article) final IntegergetPRIMARILY_VIDEO()Primarily video content final IntegergetPRIMARILY_AUDIO()Primarily audio content final IntegergetPRIMARILY_IMAGE()Primarily image content final IntegergetUSER_GENERATED()User-generated content - forums, comments, etc final IntegergetSOCIAL_CONTENT()General social content such as a general social network final IntegergetPRIMARILY_EMAIL()Primarily email content final IntegergetPRIMARILY_CHAT()Primarily chat/IM content final IntegergetSELLING_PRODUCTS()Content focused on selling products, whether digital or physical final IntegergetAPPLICATION_STORE()Application store/marketplace final IntegergetPRODUCT_REVIEW_SITE()Product reviews site primarily (which may sell product secondarily) -
-
Method Detail
-
getGENERAL
final Integer getGENERAL()
General or mixed content.
-
getPRIMARILY_ARTICLE
final Integer getPRIMARILY_ARTICLE()
Primarily article content (which of course could include images, etc as part of the article)
-
getPRIMARILY_VIDEO
final Integer getPRIMARILY_VIDEO()
Primarily video content
-
getPRIMARILY_AUDIO
final Integer getPRIMARILY_AUDIO()
Primarily audio content
-
getPRIMARILY_IMAGE
final Integer getPRIMARILY_IMAGE()
Primarily image content
-
getUSER_GENERATED
final Integer getUSER_GENERATED()
User-generated content - forums, comments, etc
-
getSOCIAL_CONTENT
final Integer getSOCIAL_CONTENT()
General social content such as a general social network
-
getPRIMARILY_EMAIL
final Integer getPRIMARILY_EMAIL()
Primarily email content
-
getPRIMARILY_CHAT
final Integer getPRIMARILY_CHAT()
Primarily chat/IM content
-
getSELLING_PRODUCTS
final Integer getSELLING_PRODUCTS()
Content focused on selling products, whether digital or physical
-
getAPPLICATION_STORE
final Integer getAPPLICATION_STORE()
Application store/marketplace
-
getPRODUCT_REVIEW_SITE
final Integer getPRODUCT_REVIEW_SITE()
Product reviews site primarily (which may sell product secondarily)
-
-
-
-