final case class InitResponse(endpoint: String = "", event: Seq[Event] = _root_.scala.Seq.empty, sessionResetAfter: Int = 0, adNetworks: Seq[AdNetwork] = _root_.scala.Seq.empty, adCacheControl: AdCacheControl = io.bidmachine.protobuf.AdCacheControl.AD_CACHE_CONTROL_DISABLED, adCacheMaxAge: Int = 0, adRequestTmax: Int = 0, adCachePlacementControl: Map[String, AdCachePlacementControl] = _root_.scala.collection.immutable.Map.empty, adNetworksLoadingTimeout: Int = 0, sdkAnalyticConfig: Option[SdkAnalyticConfig] = _root_.scala.None, eventConfiguration: Option[EventConfiguration] = _root_.scala.None, tokenConfigurations: Seq[TokenConfiguration] = _root_.scala.Seq.empty, showWithoutInternet: Boolean = false, extras: Option[Extras] = _root_.scala.None, sdkAnalyticConfigV2: Option[Configuration] = _root_.scala.None, assetCacheConfiguration: Option[Configuration] = _root_.scala.None, restrictionMode: RestrictionMode = io.bidmachine.protobuf.sdk.RestrictionMode.RESTRICTION_MODE_STRICT, bmifvTtlSessions: Int = 0) extends GeneratedMessage with Updatable[InitResponse] with Product with Serializable
- adCachePlacementControl
Placement keys: banner, interstitial, rewarded, native, richmedia
- adNetworksLoadingTimeout
Third party ad network adapters global loading timeout in seconds
- restrictionMode
Privacy engine restriction mode resolved by backend
- bmifvTtlSessions
The number of sessions the SDK can keep existed BMIFV ID
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InitResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InitResponse(endpoint: String = "", event: Seq[Event] = _root_.scala.Seq.empty, sessionResetAfter: Int = 0, adNetworks: Seq[AdNetwork] = _root_.scala.Seq.empty, adCacheControl: AdCacheControl = io.bidmachine.protobuf.AdCacheControl.AD_CACHE_CONTROL_DISABLED, adCacheMaxAge: Int = 0, adRequestTmax: Int = 0, adCachePlacementControl: Map[String, AdCachePlacementControl] = _root_.scala.collection.immutable.Map.empty, adNetworksLoadingTimeout: Int = 0, sdkAnalyticConfig: Option[SdkAnalyticConfig] = _root_.scala.None, eventConfiguration: Option[EventConfiguration] = _root_.scala.None, tokenConfigurations: Seq[TokenConfiguration] = _root_.scala.Seq.empty, showWithoutInternet: Boolean = false, extras: Option[Extras] = _root_.scala.None, sdkAnalyticConfigV2: Option[Configuration] = _root_.scala.None, assetCacheConfiguration: Option[Configuration] = _root_.scala.None, restrictionMode: RestrictionMode = io.bidmachine.protobuf.sdk.RestrictionMode.RESTRICTION_MODE_STRICT, bmifvTtlSessions: Int = 0)
- adCachePlacementControl
Placement keys: banner, interstitial, rewarded, native, richmedia
- adNetworksLoadingTimeout
Third party ad network adapters global loading timeout in seconds
- restrictionMode
Privacy engine restriction mode resolved by backend
- bmifvTtlSessions
The number of sessions the SDK can keep existed BMIFV ID
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
- val adCacheControl: AdCacheControl
- val adCacheMaxAge: Int
- val adCachePlacementControl: Map[String, AdCachePlacementControl]
- val adNetworks: Seq[AdNetwork]
- val adNetworksLoadingTimeout: Int
- val adRequestTmax: Int
- def addAdCachePlacementControl(__vs: (String, AdCachePlacementControl)*): InitResponse
- def addAdNetworks(__vs: AdNetwork*): InitResponse
- def addAllAdCachePlacementControl(__vs: Iterable[(String, AdCachePlacementControl)]): InitResponse
- def addAllAdNetworks(__vs: Iterable[AdNetwork]): InitResponse
- def addAllEvent(__vs: Iterable[Event]): InitResponse
- def addAllTokenConfigurations(__vs: Iterable[TokenConfiguration]): InitResponse
- def addEvent(__vs: Event*): InitResponse
- def addTokenConfigurations(__vs: TokenConfiguration*): InitResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val assetCacheConfiguration: Option[Configuration]
- val bmifvTtlSessions: Int
- def clearAdCachePlacementControl: InitResponse
- def clearAdNetworks: InitResponse
- def clearAssetCacheConfiguration: InitResponse
- def clearEvent: InitResponse
- def clearEventConfiguration: InitResponse
- def clearExtras: InitResponse
- def clearSdkAnalyticConfig: InitResponse
- def clearSdkAnalyticConfigV2: InitResponse
- def clearTokenConfigurations: InitResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: InitResponse.type
- Definition Classes
- InitResponse → GeneratedMessage
- val endpoint: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val event: Seq[Event]
- val eventConfiguration: Option[EventConfiguration]
- val extras: Option[Extras]
- def getAssetCacheConfiguration: Configuration
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getEventConfiguration: EventConfiguration
- def getExtras: Extras
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- InitResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- InitResponse → GeneratedMessage
- def getSdkAnalyticConfig: SdkAnalyticConfig
- def getSdkAnalyticConfigV2: Configuration
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val restrictionMode: RestrictionMode
- val sdkAnalyticConfig: Option[SdkAnalyticConfig]
- val sdkAnalyticConfigV2: Option[Configuration]
- def serializedSize: Int
- Definition Classes
- InitResponse → GeneratedMessage
- val sessionResetAfter: Int
- val showWithoutInternet: Boolean
- 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
- InitResponse → GeneratedMessage
- val tokenConfigurations: Seq[TokenConfiguration]
- def update(ms: (Lens[InitResponse, InitResponse]) => Mutation[InitResponse]*): InitResponse
- Definition Classes
- Updatable
- 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 withAdCacheControl(__v: AdCacheControl): InitResponse
- def withAdCacheMaxAge(__v: Int): InitResponse
- def withAdCachePlacementControl(__v: Map[String, AdCachePlacementControl]): InitResponse
- def withAdNetworks(__v: Seq[AdNetwork]): InitResponse
- def withAdNetworksLoadingTimeout(__v: Int): InitResponse
- def withAdRequestTmax(__v: Int): InitResponse
- def withAssetCacheConfiguration(__v: Configuration): InitResponse
- def withBmifvTtlSessions(__v: Int): InitResponse
- def withEndpoint(__v: String): InitResponse
- def withEvent(__v: Seq[Event]): InitResponse
- def withEventConfiguration(__v: EventConfiguration): InitResponse
- def withExtras(__v: Extras): InitResponse
- def withRestrictionMode(__v: RestrictionMode): InitResponse
- def withSdkAnalyticConfig(__v: SdkAnalyticConfig): InitResponse
- def withSdkAnalyticConfigV2(__v: Configuration): InitResponse
- def withSessionResetAfter(__v: Int): InitResponse
- def withShowWithoutInternet(__v: Boolean): InitResponse
- def withTokenConfigurations(__v: Seq[TokenConfiguration]): InitResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- InitResponse → 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)