-
public class NativeContextType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerCONTENT_CENTRICprivate final IntegerSOCIAL_CENTRICprivate final IntegerPRODUCTpublic final static NativeContextType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCONTENT_CENTRIC()Content-centric context such as newsfeed, article, image gallery, video gallery, or similar. final IntegergetSOCIAL_CENTRIC()Social-centric context such as social network feed, email, chat, or similar. final IntegergetPRODUCT()Product context such as product listings, details, recommendations, reviews, or similar. -
-
Method Detail
-
getCONTENT_CENTRIC
final Integer getCONTENT_CENTRIC()
Content-centric context such as newsfeed, article, image gallery, video gallery, or similar.
-
getSOCIAL_CENTRIC
final Integer getSOCIAL_CENTRIC()
Social-centric context such as social network feed, email, chat, or similar.
-
getPRODUCT
final Integer getPRODUCT()
Product context such as product listings, details, recommendations, reviews, or similar.
-
-
-
-