Packages

implicit class AdExtensionLens[UpperPB] extends ObjectLens[UpperPB, AdExtension]

Linear Supertypes
ObjectLens[UpperPB, AdExtension], Lens[UpperPB, AdExtension], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdExtensionLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdExtensionLens(_l: Lens[UpperPB, AdExtension])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: AdExtension): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adCacheControl: Lens[UpperPB, AdCacheControl]
  6. def adCacheMaxAge: Lens[UpperPB, Int]
  7. def adFlexibleSize: Lens[UpperPB, Boolean]
  8. def adMarkupLoadingTimeout: Lens[UpperPB, Int]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def closeButton: Lens[UpperPB, ControlAsset]
  12. def companionSkipoffset: Lens[UpperPB, Int]
  13. def compose[B](other: Lens[AdExtension, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  14. def countdown: Lens[UpperPB, ControlAsset]
  15. def creativeExtension: Lens[UpperPB, CreativeExtension]
  16. def creativeLoadingMethod: Lens[UpperPB, CreativeLoadingMethod]
  17. def creativeLoadingTimeout: Lens[UpperPB, Int]
  18. def cridMonitoringEnabled: Lens[UpperPB, Boolean]
  19. def customParams: Lens[UpperPB, Map[String, String]]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def event: Lens[UpperPB, Seq[Event]]
  23. def eventConfiguration: Lens[UpperPB, EventConfiguration]
  24. def field[A](getter: (AdExtension) => A)(setter: (AdExtension, A) => AdExtension): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  25. def field[A](lens: Lens[AdExtension, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  26. def get(u: UpperPB): AdExtension
    Definition Classes
    ObjectLens → Lens
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def ignoresSafeAreaLayoutGuide: Lens[UpperPB, Boolean]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def loadSkipoffset: Lens[UpperPB, Int]
  32. def modify(f: (AdExtension) => AdExtension): Mutation[UpperPB]
    Definition Classes
    Lens
  33. def mraidCreativeValidationRequired: Lens[UpperPB, Boolean]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def optionalCloseButton: Lens[UpperPB, Option[ControlAsset]]
  38. def optionalCountdown: Lens[UpperPB, Option[ControlAsset]]
  39. def optionalCreativeExtension: Lens[UpperPB, Option[CreativeExtension]]
  40. def optionalEventConfiguration: Lens[UpperPB, Option[EventConfiguration]]
  41. def optionalProgress: Lens[UpperPB, Option[ControlAsset]]
  42. def optionalRenderingConfiguration: Lens[UpperPB, Option[Rendering]]
  43. def optionalViewabilityConfiguration: Lens[UpperPB, Option[ViewabilityConfiguration]]
  44. def placeholderTimeout: Lens[UpperPB, Float]
  45. def preload: Lens[UpperPB, Boolean]
  46. def preloadAd: Lens[UpperPB, Boolean]
  47. def progress: Lens[UpperPB, ControlAsset]
  48. def progressDuration: Lens[UpperPB, Int]
  49. def r1: Lens[UpperPB, Boolean]
  50. def r1Delay: Lens[UpperPB, Int]
  51. def r2: Lens[UpperPB, Boolean]
  52. def renderingConfiguration: Lens[UpperPB, Rendering]
  53. def set(c: AdExtension): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  54. def setIfDefined(aOpt: Option[AdExtension]): Mutation[UpperPB]
    Definition Classes
    Lens
  55. def skipoffset: Lens[UpperPB, Int]
  56. def storeUrl: Lens[UpperPB, String]
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def update(ms: (Lens[AdExtension, AdExtension]) => Mutation[AdExtension]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  60. def useEmbeddedBrowser: Lens[UpperPB, Boolean]
  61. def useNativeClose: Lens[UpperPB, Boolean]
  62. def viewabilityConfiguration: Lens[UpperPB, ViewabilityConfiguration]
  63. def viewabilityDurationThreshold: Lens[UpperPB, Float]
  64. def viewabilityIgnoreOverlap: Lens[UpperPB, Boolean]
  65. def viewabilityIgnoreWindowFocus: Lens[UpperPB, Boolean]
  66. def viewabilityPixelThreshold: Lens[UpperPB, Float]
  67. def viewabilityTimeThreshold: Lens[UpperPB, Int]
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (AdExtension, B)]
    Definition Classes
    Lens

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 ObjectLens[UpperPB, AdExtension]

Inherited from Lens[UpperPB, AdExtension]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped