io.bidmachine.protobuf.rendering.Rendering
SKStoreConfiguration
Companion object SKStoreConfiguration
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()
- Alphabetic
- By Inheritance
- SKStoreConfiguration
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new 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)
- 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.
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 adcampaignIdentifier: Option[String]
- def addAllFidelities(__vs: Iterable[Fidelity]): SKStoreConfiguration
- def addFidelities(__vs: Fidelity*): SKStoreConfiguration
- val adnetworkIdentifier: Option[String]
- val advertisedAppstoreItemIdentifier: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdcampaignIdentifier: SKStoreConfiguration
- def clearAdnetworkIdentifier: SKStoreConfiguration
- def clearAdvertisedAppstoreItemIdentifier: SKStoreConfiguration
- def clearFidelities: SKStoreConfiguration
- def clearNonce: SKStoreConfiguration
- def clearProductPageId: SKStoreConfiguration
- def clearSignature: SKStoreConfiguration
- def clearSourceAppstoreItemIdentifier: SKStoreConfiguration
- def clearSourceIdentifier: SKStoreConfiguration
- def clearTimestamp: SKStoreConfiguration
- def clearVersion: SKStoreConfiguration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SKStoreConfiguration.type
- Definition Classes
- SKStoreConfiguration → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fidelities: Seq[Fidelity]
- def getAdcampaignIdentifier: String
- def getAdnetworkIdentifier: String
- def getAdvertisedAppstoreItemIdentifier: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SKStoreConfiguration → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SKStoreConfiguration → GeneratedMessage
- def getNonce: String
- def getProductPageId: String
- def getSignature: String
- def getSourceAppstoreItemIdentifier: String
- def getSourceIdentifier: String
- def getTimestamp: String
- def getVersion: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonce: Option[String]
- 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 productPageId: Option[String]
- def serializedSize: Int
- Definition Classes
- SKStoreConfiguration → GeneratedMessage
- val signature: Option[String]
- val sourceAppstoreItemIdentifier: Option[String]
- val sourceIdentifier: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamp: Option[String]
- 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
- SKStoreConfiguration → GeneratedMessage
- def update(ms: (Lens[SKStoreConfiguration, SKStoreConfiguration]) => Mutation[SKStoreConfiguration]*): SKStoreConfiguration
- Definition Classes
- Updatable
- val version: Option[String]
- 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 withAdcampaignIdentifier(__v: String): SKStoreConfiguration
- def withAdnetworkIdentifier(__v: String): SKStoreConfiguration
- def withAdvertisedAppstoreItemIdentifier(__v: String): SKStoreConfiguration
- def withFidelities(__v: Seq[Fidelity]): SKStoreConfiguration
- def withNonce(__v: String): SKStoreConfiguration
- def withProductPageId(__v: String): SKStoreConfiguration
- def withSignature(__v: String): SKStoreConfiguration
- def withSourceAppstoreItemIdentifier(__v: String): SKStoreConfiguration
- def withSourceIdentifier(__v: String): SKStoreConfiguration
- def withTimestamp(__v: String): SKStoreConfiguration
- def withVersion(__v: String): SKStoreConfiguration
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SKStoreConfiguration → 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)