Package

com.gu.commercial

branding

Permalink

package branding

Visibility
  1. Public
  2. All

Type Members

  1. trait Brandable[T] extends AnyRef

    Permalink
  2. case class Branding(brandingType: BrandingType, sponsorName: String, logo: Logo, logoForDarkBackground: Option[Logo], aboutThisLink: String, hostedCampaignColour: Option[String]) extends ContainerBranding with Product with Serializable

    Permalink
  3. sealed trait BrandingType extends AnyRef

    Permalink
  4. sealed trait ContainerBranding extends AnyRef

    Permalink
  5. case class Dimensions(width: Int, height: Int) extends Product with Serializable

    Permalink
  6. case class Logo(src: String, dimensions: Option[Dimensions], link: String, label: String) extends Product with Serializable

    Permalink

Value Members

  1. object Brandable

    Permalink
  2. object Branding extends Serializable

    Permalink
  3. object BrandingFinder

    Permalink
  4. object BrandingType

    Permalink
  5. object Foundation extends BrandingType with Product with Serializable

    Permalink
  6. object Logo extends Serializable

    Permalink
  7. object PaidContent extends BrandingType with Product with Serializable

    Permalink
  8. object PaidMultiSponsorBranding extends ContainerBranding with Product with Serializable

    Permalink

    Signifies a paid container with multiple sponsors.

    Signifies a paid container with multiple sponsors. The container won't show a logo but will have the paid styling.

  9. object Sponsored extends BrandingType with Product with Serializable

    Permalink

Ungrouped