final case class Rendering(orientation: Orientation = io.bidmachine.protobuf.rendering.Rendering.Orientation.ORIENTATION_INVALID, cacheType: CacheType = io.bidmachine.protobuf.rendering.Rendering.CacheType.CACHE_TYPE_INVALID, phases: Seq[Phase] = _root_.scala.Seq.empty, customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, skAdNetwork: Option[SKStoreConfiguration] = _root_.scala.None, productConfiguration: Option[ProductConfiguration] = _root_.scala.None, features: Seq[RenderingFeature] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None, viewabilityConfiguration: Option[ViewabilityConfiguration] = _root_.scala.None, watermarkConfiguration: Option[WatermarkConfiguration] = _root_.scala.None) extends GeneratedMessage with Updatable[Rendering] with Product with Serializable
- customParams
Additional parameters for Rendering object
- skAdNetwork
SKAdNetwork Extension (or bid.ext.skadn)
- background
background for root rendering container
- viewabilityConfiguration
Viewability configuration
- watermarkConfiguration
Watermark configuration
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Rendering
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Rendering(orientation: Orientation = io.bidmachine.protobuf.rendering.Rendering.Orientation.ORIENTATION_INVALID, cacheType: CacheType = io.bidmachine.protobuf.rendering.Rendering.CacheType.CACHE_TYPE_INVALID, phases: Seq[Phase] = _root_.scala.Seq.empty, customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, skAdNetwork: Option[SKStoreConfiguration] = _root_.scala.None, productConfiguration: Option[ProductConfiguration] = _root_.scala.None, features: Seq[RenderingFeature] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None, viewabilityConfiguration: Option[ViewabilityConfiguration] = _root_.scala.None, watermarkConfiguration: Option[WatermarkConfiguration] = _root_.scala.None)
- customParams
Additional parameters for Rendering object
- skAdNetwork
SKAdNetwork Extension (or bid.ext.skadn)
- background
background for root rendering container
- viewabilityConfiguration
Viewability configuration
- watermarkConfiguration
Watermark configuration
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllCustomParams(__vs: Iterable[(String, String)]): Rendering
- def addAllFeatures(__vs: Iterable[RenderingFeature]): Rendering
- def addAllPhases(__vs: Iterable[Phase]): Rendering
- def addCustomParams(__vs: (String, String)*): Rendering
- def addFeatures(__vs: RenderingFeature*): Rendering
- def addPhases(__vs: Phase*): Rendering
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val background: Option[Background]
- val cacheType: CacheType
- def clearBackground: Rendering
- def clearCustomParams: Rendering
- def clearFeatures: Rendering
- def clearPhases: Rendering
- def clearProductConfiguration: Rendering
- def clearSkAdNetwork: Rendering
- def clearViewabilityConfiguration: Rendering
- def clearWatermarkConfiguration: Rendering
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Rendering.type
- Definition Classes
- Rendering → GeneratedMessage
- val customParams: Map[String, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val features: Seq[RenderingFeature]
- def getBackground: Background
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Rendering → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Rendering → GeneratedMessage
- def getProductConfiguration: ProductConfiguration
- def getSkAdNetwork: SKStoreConfiguration
- def getViewabilityConfiguration: ViewabilityConfiguration
- def getWatermarkConfiguration: WatermarkConfiguration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val orientation: Orientation
- val phases: Seq[Phase]
- val productConfiguration: Option[ProductConfiguration]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Rendering → GeneratedMessage
- val skAdNetwork: Option[SKStoreConfiguration]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Rendering → GeneratedMessage
- def update(ms: (Lens[Rendering, Rendering]) => Mutation[Rendering]*): Rendering
- Definition Classes
- Updatable
- val viewabilityConfiguration: Option[ViewabilityConfiguration]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val watermarkConfiguration: Option[WatermarkConfiguration]
- def withBackground(__v: Background): Rendering
- def withCacheType(__v: CacheType): Rendering
- def withCustomParams(__v: Map[String, String]): Rendering
- def withFeatures(__v: Seq[RenderingFeature]): Rendering
- def withOrientation(__v: Orientation): Rendering
- def withPhases(__v: Seq[Phase]): Rendering
- def withProductConfiguration(__v: ProductConfiguration): Rendering
- def withSkAdNetwork(__v: SKStoreConfiguration): Rendering
- def withViewabilityConfiguration(__v: ViewabilityConfiguration): Rendering
- def withWatermarkConfiguration(__v: WatermarkConfiguration): Rendering
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Rendering → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)