Class POBApplicationInfo

  • All Implemented Interfaces:

    
    public class POBApplicationInfo
    
                        

    Provides setters to pass application information like store URL, domain, IAB categories etc. It is very important to provide transparency for buyers of your app inventory.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getDomain() (Internal for OpenWrap SDK)
      void setDomain(@Nullable() String domain) Sets the domain of the mobile application (e.g., "mygame.foo.
      URL getStoreURL() (Internal for OpenWrap SDK)
      void setStoreURL(@Nullable() URL storeURL) Sets URL of application on Play store.
      String getCategories() (Internal for OpenWrap SDK)
      void setCategories(@Nullable() String categories) Sets IAB category for the application.
      String getKeywords() (Internal for OpenWrap SDK) Returns the application keywords set by the application developer.
      void setKeywords(@Nullable() String keywords) Sets the comma separated list of keywords about the application
      Boolean isPaid() (Internal for OpenWrap SDK)
      void setPaid(boolean paid) Sets whether the mobile application is a paid version or not.
      • Methods inherited from class java.lang.Object

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

      • POBApplicationInfo

        POBApplicationInfo()
    • Method Detail

      • setDomain

         void setDomain(@Nullable() String domain)

        Sets the domain of the mobile application (e.g., "mygame.foo.com")

        Parameters:
        domain - application domain
      • getStoreURL

        @Nullable() URL getStoreURL()

        (Internal for OpenWrap SDK)

        Returns:

        URL of application on Play store

      • setStoreURL

         void setStoreURL(@Nullable() URL storeURL)

        Sets URL of application on Play store. It is mandatory to pass a valid storeURL. It is very important for platform identification.

        Parameters:
        storeURL - Play store URL of app
      • setCategories

         void setCategories(@Nullable() String categories)

        Sets IAB category for the application. e.g. "IAB-1, IAB-2".

        Parameters:
        categories - Comma separated list of IAB categories for the application.
      • getKeywords

        @Nullable() String getKeywords()

        (Internal for OpenWrap SDK) Returns the application keywords set by the application developer.

        Returns:

        Comma separated application keywords

      • setKeywords

         void setKeywords(@Nullable() String keywords)

        Sets the comma separated list of keywords about the application

        Parameters:
        keywords - Comma separated list of keywords about the app
      • isPaid

        @Nullable() Boolean isPaid()

        (Internal for OpenWrap SDK)

        Returns:

        State of mobile application's paid version

      • setPaid

         void setPaid(boolean paid)

        Sets whether the mobile application is a paid version or not. Possible values are: false - Free version true - Paid version

        Parameters:
        paid - state of application paid status