Class ArticleConfiguration

    • Method Detail

      • isContactUsButtonVisible

        public boolean isContactUsButtonVisible()
      • getConfigurations

        public java.util.List<Configuration> getConfigurations()
      • getEngines

        public java.util.List<Engine> getEngines()
        Returns the list of Engines that was set on ArticleConfiguration.Builder.withEngines(Engine...). This method should not be called more than once, as retrieving the Engine list removes it from the internal storage. As such, every subsequent call to this method will return null. Note also that the ArticleConfiguration.Builder starts with an empty list rather than null.
        Returns:
        a List of Engine, or null.