Packages

object Rendering extends GeneratedMessageCompanion[Rendering]

Linear Supertypes
GeneratedMessageCompanion[Rendering], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rendering
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AdaptiveAnimation(event: String = "", style: Option[Style] = _root_.scala.None) extends GeneratedMessage with Updatable[AdaptiveAnimation] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Background(opacity: Double = 0.0, sourceOneof: SourceOneof = io.bidmachine.protobuf.rendering.Rendering.Background.SourceOneof.Empty, placeholder: Option[Placeholder] = _root_.scala.None) extends GeneratedMessage with Updatable[Background] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. sealed abstract class CacheType extends GeneratedEnum
  4. final case class Color(sourceOnof: SourceOnof = io.bidmachine.protobuf.rendering.Rendering.Color.SourceOnof.Empty) extends GeneratedMessage with Updatable[Color] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class CustomParamsEntry(key: String = "", value: String = "") extends GeneratedMessage with Updatable[CustomParamsEntry] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class Image(scale: ScaleType = io.bidmachine.protobuf.rendering.Rendering.Image.ScaleType.SCALE_TYPE_NONE, resource: Option[Resource] = _root_.scala.None) extends GeneratedMessage with Updatable[Image] with Product with Serializable
    Annotations
    @SerialVersionUID()
  7. sealed abstract class Orientation extends GeneratedEnum
  8. final case class Phase(sequence: Int = 0, backgroundColor: String = "", ads: Seq[ViewComponent] = _root_.scala.Seq.empty, controls: Seq[ViewComponent] = _root_.scala.Seq.empty, methods: Seq[MethodComponent] = _root_.scala.Seq.empty, events: Seq[Event] = _root_.scala.Seq.empty, customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, animations: Seq[AdaptiveAnimation] = _root_.scala.Seq.empty, features: Seq[RenderingFeature] = _root_.scala.Seq.empty, stateGroups: Seq[String] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None) extends GeneratedMessage with Updatable[Phase] with Product with Serializable

    sequence

    Sequence number in the phase view

    backgroundColor

    repaced by background = 11

    stateGroups

    List of initial state_groups for phase. If the state_groups list is empty, then only default tasks are used. [] == [default], [group1, group2] == [group1, group2, default]

    background

    background for root phase container

    Annotations
    @SerialVersionUID()
  9. final case class Placeholder(sourceOneof: SourceOneof = io.bidmachine.protobuf.rendering.Rendering.Placeholder.SourceOneof.Empty) extends GeneratedMessage with Updatable[Placeholder] with Product with Serializable
    Annotations
    @SerialVersionUID()
  10. final case class ProductConfiguration(allowStorekitSubclass: Option[Boolean] = _root_.scala.None, shouldRemoveStoreAfterPresent: Option[Boolean] = _root_.scala.None) extends GeneratedMessage with Updatable[ProductConfiguration] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. implicit class RenderingLens[UpperPB] extends ObjectLens[UpperPB, Rendering]
  12. final case class Resource(sourceOneof: SourceOneof = io.bidmachine.protobuf.rendering.Rendering.Resource.SourceOneof.Empty, shouldCache: Boolean = false) extends GeneratedMessage with Updatable[Resource] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. final case class SKStoreConfiguration(version: Option[String] = _root_.scala.None, adnetworkIdentifier: Option[String] = _root_.scala.None, sourceIdentifier: Option[String] = _root_.scala.None, adcampaignIdentifier: Option[String] = _root_.scala.None, advertisedAppstoreItemIdentifier: Option[String] = _root_.scala.None, productPageId: Option[String] = _root_.scala.None, fidelities: Seq[Fidelity] = _root_.scala.Seq.empty, nonce: Option[String] = _root_.scala.None, sourceAppstoreItemIdentifier: Option[String] = _root_.scala.None, timestamp: Option[String] = _root_.scala.None, signature: Option[String] = _root_.scala.None) extends GeneratedMessage with Updatable[SKStoreConfiguration] with Product with Serializable

    version

    The version of SKAdNetwork being used.

    adnetworkIdentifier

    The identifier for the ad network.

    sourceIdentifier

    The source identifier.

    adcampaignIdentifier

    The ad campaign identifier.

    advertisedAppstoreItemIdentifier

    The App Store item identifier for the app being advertised.

    productPageId

    Custom Product Page ID (UUID)

    nonce

    The nonce used to generate the signature.

    sourceAppstoreItemIdentifier

    The App Store item identifier for the source app.

    timestamp

    The timestamp of the start and end call.

    signature

    The signature of the impression.

    Annotations
    @SerialVersionUID()
  14. type ValueType = Rendering
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val BACKGROUND_FIELD_NUMBER: Int(8)
  5. final val CACHE_TYPE_FIELD_NUMBER: Int(2)
  6. final val CUSTOM_PARAMS_FIELD_NUMBER: Int(4)
  7. final val FEATURES_FIELD_NUMBER: Int(7)
  8. final val ORIENTATION_FIELD_NUMBER: Int(1)
  9. final val PHASES_FIELD_NUMBER: Int(3)
  10. final val PRODUCT_CONFIGURATION_FIELD_NUMBER: Int(6)
  11. final val SK_AD_NETWORK_FIELD_NUMBER: Int(5)
  12. final val VIEWABILITY_CONFIGURATION_FIELD_NUMBER: Int(9)
  13. final val WATERMARK_CONFIGURATION_FIELD_NUMBER: Int(10)
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. lazy val defaultInstance: Rendering
    Definition Classes
    Rendering → GeneratedMessageCompanion
  17. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  18. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Rendering → GeneratedMessageCompanion
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def fromAscii(s: String): Rendering
    Definition Classes
    GeneratedMessageCompanion
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def javaDescriptor: Descriptor
    Definition Classes
    Rendering → GeneratedMessageCompanion
  26. def merge(a: Rendering, input: CodedInputStream): Rendering
    Definition Classes
    GeneratedMessageCompanion
  27. implicit def messageCompanion: GeneratedMessageCompanion[Rendering]
  28. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  29. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Rendering → GeneratedMessageCompanion
  30. implicit def messageReads: Reads[Rendering]
    Definition Classes
    Rendering → GeneratedMessageCompanion
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Rendering → GeneratedMessageCompanion
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def of(orientation: Orientation, cacheType: CacheType, phases: Seq[Phase], customParams: Map[String, String], skAdNetwork: Option[SKStoreConfiguration], productConfiguration: Option[ProductConfiguration], features: Seq[RenderingFeature], background: Option[Background], viewabilityConfiguration: Option[ViewabilityConfiguration], watermarkConfiguration: Option[WatermarkConfiguration]): Rendering
  36. def parseDelimitedFrom(input: InputStream): Option[Rendering]
    Definition Classes
    GeneratedMessageCompanion
  37. def parseDelimitedFrom(input: CodedInputStream): Option[Rendering]
    Definition Classes
    GeneratedMessageCompanion
  38. def parseFrom(_input__: CodedInputStream): Rendering
    Definition Classes
    Rendering → GeneratedMessageCompanion
  39. def parseFrom(s: Array[Byte]): Rendering
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(input: InputStream): Rendering
    Definition Classes
    GeneratedMessageCompanion
  41. def scalaDescriptor: Descriptor
    Definition Classes
    Rendering → GeneratedMessageCompanion
  42. def streamFromDelimitedInput(input: InputStream): Stream[Rendering]
    Definition Classes
    GeneratedMessageCompanion
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toByteArray(a: Rendering): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def validate(s: Array[Byte]): Try[Rendering]
    Definition Classes
    GeneratedMessageCompanion
  47. def validateAscii(s: String): Either[TextFormatError, Rendering]
    Definition Classes
    GeneratedMessageCompanion
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. object AdaptiveAnimation extends GeneratedMessageCompanion[AdaptiveAnimation]
  52. object Background extends GeneratedMessageCompanion[Background]
  53. object CacheType extends GeneratedEnumCompanion[CacheType]
  54. object Color extends GeneratedMessageCompanion[Color]
  55. object CustomParamsEntry extends GeneratedMessageCompanion[CustomParamsEntry]
  56. object Image extends GeneratedMessageCompanion[Image]
  57. object Orientation extends GeneratedEnumCompanion[Orientation]
  58. object Phase extends GeneratedMessageCompanion[Phase]
  59. object Placeholder extends GeneratedMessageCompanion[Placeholder]
  60. object ProductConfiguration extends GeneratedMessageCompanion[ProductConfiguration]
  61. object Resource extends GeneratedMessageCompanion[Resource]
  62. object SKStoreConfiguration extends GeneratedMessageCompanion[SKStoreConfiguration]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedMessageCompanion[Rendering]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped