Packages

final case class AdUnit(overrideCallbacks: Boolean = false, expirationTime: Int = 0, adUnitId: String = "", requestAgent: String = "", price: Double = 0.0, customTargeting: Map[String, String] = _root_.scala.collection.immutable.Map.empty, sleepTimeBefore: Option[Int] = _root_.scala.None, sleepTimeAfter: Option[Int] = _root_.scala.None, serverParams: Option[String] = _root_.scala.None) extends GeneratedMessage with Updatable[AdUnit] with Product with Serializable

overrideCallbacks

Indicates that the SDK should overrides callbacks or not

expirationTime

Loaded Ad instance storing interval in milliseconds

adUnitId

Ad Unit identifier

requestAgent

Request agent for GAM Request

price

Price point

customTargeting

Custom Targeting for GAM Request

sleepTimeBefore

Time interval in milliseconds to wait before starting poll ad unit

sleepTimeAfter

Time interval in milliseconds to wait after ad unit has been polled.

serverParams

Encoded server custom parameters [price_source, price_coef, custom_targeting params]

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[AdUnit], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdUnit
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdUnit(overrideCallbacks: Boolean = false, expirationTime: Int = 0, adUnitId: String = "", requestAgent: String = "", price: Double = 0.0, customTargeting: Map[String, String] = _root_.scala.collection.immutable.Map.empty, sleepTimeBefore: Option[Int] = _root_.scala.None, sleepTimeAfter: Option[Int] = _root_.scala.None, serverParams: Option[String] = _root_.scala.None)

    overrideCallbacks

    Indicates that the SDK should overrides callbacks or not

    expirationTime

    Loaded Ad instance storing interval in milliseconds

    adUnitId

    Ad Unit identifier

    requestAgent

    Request agent for GAM Request

    price

    Price point

    customTargeting

    Custom Targeting for GAM Request

    sleepTimeBefore

    Time interval in milliseconds to wait before starting poll ad unit

    sleepTimeAfter

    Time interval in milliseconds to wait after ad unit has been polled.

    serverParams

    Encoded server custom parameters [price_source, price_coef, custom_targeting params]

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. val adUnitId: String
  5. def addAllCustomTargeting(__vs: Iterable[(String, String)]): AdUnit
  6. def addCustomTargeting(__vs: (String, String)*): AdUnit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearCustomTargeting: AdUnit
  9. def clearServerParams: AdUnit
  10. def clearSleepTimeAfter: AdUnit
  11. def clearSleepTimeBefore: AdUnit
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def companion: AdUnit.type
    Definition Classes
    AdUnit → GeneratedMessage
  14. val customTargeting: Map[String, String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val expirationTime: Int
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AdUnit → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AdUnit → GeneratedMessage
  20. def getServerParams: String
  21. def getSleepTimeAfter: Int
  22. def getSleepTimeBefore: Int
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. val overrideCallbacks: Boolean
  28. val price: Double
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val requestAgent: String
  31. def serializedSize: Int
    Definition Classes
    AdUnit → GeneratedMessage
  32. val serverParams: Option[String]
  33. val sleepTimeAfter: Option[Int]
  34. val sleepTimeBefore: Option[Int]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    AdUnit → GeneratedMessage
  40. def update(ms: (Lens[AdUnit, AdUnit]) => Mutation[AdUnit]*): AdUnit
    Definition Classes
    Updatable
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withAdUnitId(__v: String): AdUnit
  45. def withCustomTargeting(__v: Map[String, String]): AdUnit
  46. def withExpirationTime(__v: Int): AdUnit
  47. def withOverrideCallbacks(__v: Boolean): AdUnit
  48. def withPrice(__v: Double): AdUnit
  49. def withRequestAgent(__v: String): AdUnit
  50. def withServerParams(__v: String): AdUnit
  51. def withSleepTimeAfter(__v: Int): AdUnit
  52. def withSleepTimeBefore(__v: Int): AdUnit
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AdUnit → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 Updatable[AdUnit]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped