Interface SettingsBrandingService


public interface SettingsBrandingService
  • Method Details

    • getColourScheme

      Get the colour scheme.
      Returns:
      the colour scheme
    • setColourScheme

      SettingsBrandingColorSchemeBean setColourScheme(@NotNull SettingsBrandingColorSchemeBean colourSchemeBean)
      Set the colour scheme
      Parameters:
      colourSchemeBean - the colour scheme to set
      Returns:
      the updated colour scheme
    • getLogo

      InputStream getLogo()
      Get the logo binary.
      Returns:
      the logo
    • setLogo

      void setLogo(@NotNull InputStream logoBinary)
      Set the logo
      Parameters:
      logoBinary - the logo to set
    • getFavicon

      InputStream getFavicon()
      Get the favicon binary.
      Returns:
      the favicon
    • setFavicon

      void setFavicon(@NotNull InputStream faviconBinary)
      Set the favicon
      Parameters:
      faviconBinary - the favicon to set