implicit class AdExtensionLens[UpperPB] extends ObjectLens[UpperPB, AdExtension]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdExtensionLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AdExtensionLens(_l: Lens[UpperPB, AdExtension])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: AdExtension): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adCacheControl: Lens[UpperPB, AdCacheControl]
- def adCacheMaxAge: Lens[UpperPB, Int]
- def adFlexibleSize: Lens[UpperPB, Boolean]
- def adMarkupLoadingTimeout: Lens[UpperPB, Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def closeButton: Lens[UpperPB, ControlAsset]
- def companionSkipoffset: Lens[UpperPB, Int]
- def compose[B](other: Lens[AdExtension, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def countdown: Lens[UpperPB, ControlAsset]
- def creativeExtension: Lens[UpperPB, CreativeExtension]
- def creativeLoadingMethod: Lens[UpperPB, CreativeLoadingMethod]
- def creativeLoadingTimeout: Lens[UpperPB, Int]
- def cridMonitoringEnabled: Lens[UpperPB, Boolean]
- def customParams: Lens[UpperPB, Map[String, String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def event: Lens[UpperPB, Seq[Event]]
- def eventConfiguration: Lens[UpperPB, EventConfiguration]
- def field[A](getter: (AdExtension) => A)(setter: (AdExtension, A) => AdExtension): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[AdExtension, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): AdExtension
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def ignoresSafeAreaLayoutGuide: Lens[UpperPB, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadSkipoffset: Lens[UpperPB, Int]
- def modify(f: (AdExtension) => AdExtension): Mutation[UpperPB]
- Definition Classes
- Lens
- def mraidCreativeValidationRequired: Lens[UpperPB, Boolean]
- 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()
- def optionalCloseButton: Lens[UpperPB, Option[ControlAsset]]
- def optionalCountdown: Lens[UpperPB, Option[ControlAsset]]
- def optionalCreativeExtension: Lens[UpperPB, Option[CreativeExtension]]
- def optionalEventConfiguration: Lens[UpperPB, Option[EventConfiguration]]
- def optionalProgress: Lens[UpperPB, Option[ControlAsset]]
- def optionalRenderingConfiguration: Lens[UpperPB, Option[Rendering]]
- def optionalViewabilityConfiguration: Lens[UpperPB, Option[ViewabilityConfiguration]]
- def placeholderTimeout: Lens[UpperPB, Float]
- def preload: Lens[UpperPB, Boolean]
- def preloadAd: Lens[UpperPB, Boolean]
- def progress: Lens[UpperPB, ControlAsset]
- def progressDuration: Lens[UpperPB, Int]
- def r1: Lens[UpperPB, Boolean]
- def r1Delay: Lens[UpperPB, Int]
- def r2: Lens[UpperPB, Boolean]
- def renderingConfiguration: Lens[UpperPB, Rendering]
- def set(c: AdExtension): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[AdExtension]): Mutation[UpperPB]
- Definition Classes
- Lens
- def skipoffset: Lens[UpperPB, Int]
- def storeUrl: Lens[UpperPB, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[AdExtension, AdExtension]) => Mutation[AdExtension]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def useEmbeddedBrowser: Lens[UpperPB, Boolean]
- def useNativeClose: Lens[UpperPB, Boolean]
- def viewabilityConfiguration: Lens[UpperPB, ViewabilityConfiguration]
- def viewabilityDurationThreshold: Lens[UpperPB, Float]
- def viewabilityIgnoreOverlap: Lens[UpperPB, Boolean]
- def viewabilityIgnoreWindowFocus: Lens[UpperPB, Boolean]
- def viewabilityPixelThreshold: Lens[UpperPB, Float]
- def viewabilityTimeThreshold: Lens[UpperPB, Int]
- 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])
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (AdExtension, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)