Enum POBNativeContextSubType

  • All Implemented Interfaces:

    
    public enum POBNativeContextSubType
    
                        

    Next-level context in which the ad appears. Again this reflects the primary context, and does not imply no presence of other elements.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GENERAL

      General or mixed conten

      ARTICLE

      Primarily article content (which of course could include images, etc as part of the article)

      VIDEO

      Primarily video content

      AUDIO

      Primarily audio content

      IMAGE

      Primarily image content

      USER_GENERATED

      User-generated content - forums, comments, etc

      SOCIAL

      General social content such as a general social network

      EMAIL

      Primarily email content

      CHAT_IM

      Primarily chat/IM content

      SELLING_PRODUCTS

      Content focused on selling products, whether digital or physical

      MARKETPLACE

      Application store/marketplace

      PRODUCT_REVIEW_SITE

      Product reviews site primarily (which may sell product secondarily)

      EXCHANGE

      To be defined by the exchange

    • Method Summary

      Modifier and Type Method Description
      int getValue() 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 POBNativeContextSubType valueOf(String name) Returns the enum constant of this type with the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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