Packages

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()
Linear Supertypes
Updatable[SKStoreConfiguration], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SKStoreConfiguration
  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 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

  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 adcampaignIdentifier: Option[String]
  5. def addAllFidelities(__vs: Iterable[Fidelity]): SKStoreConfiguration
  6. def addFidelities(__vs: Fidelity*): SKStoreConfiguration
  7. val adnetworkIdentifier: Option[String]
  8. val advertisedAppstoreItemIdentifier: Option[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearAdcampaignIdentifier: SKStoreConfiguration
  11. def clearAdnetworkIdentifier: SKStoreConfiguration
  12. def clearAdvertisedAppstoreItemIdentifier: SKStoreConfiguration
  13. def clearFidelities: SKStoreConfiguration
  14. def clearNonce: SKStoreConfiguration
  15. def clearProductPageId: SKStoreConfiguration
  16. def clearSignature: SKStoreConfiguration
  17. def clearSourceAppstoreItemIdentifier: SKStoreConfiguration
  18. def clearSourceIdentifier: SKStoreConfiguration
  19. def clearTimestamp: SKStoreConfiguration
  20. def clearVersion: SKStoreConfiguration
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. def companion: SKStoreConfiguration.type
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val fidelities: Seq[Fidelity]
  25. def getAdcampaignIdentifier: String
  26. def getAdnetworkIdentifier: String
  27. def getAdvertisedAppstoreItemIdentifier: String
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  30. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  31. def getNonce: String
  32. def getProductPageId: String
  33. def getSignature: String
  34. def getSourceAppstoreItemIdentifier: String
  35. def getSourceIdentifier: String
  36. def getTimestamp: String
  37. def getVersion: String
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. val nonce: Option[String]
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. def productElementNames: Iterator[String]
    Definition Classes
    Product
  44. val productPageId: Option[String]
  45. def serializedSize: Int
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  46. val signature: Option[String]
  47. val sourceAppstoreItemIdentifier: Option[String]
  48. val sourceIdentifier: Option[String]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val timestamp: Option[String]
  51. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  52. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  53. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  54. def toProtoString: String
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  55. def update(ms: (Lens[SKStoreConfiguration, SKStoreConfiguration]) => Mutation[SKStoreConfiguration]*): SKStoreConfiguration
    Definition Classes
    Updatable
  56. val version: Option[String]
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. def withAdcampaignIdentifier(__v: String): SKStoreConfiguration
  61. def withAdnetworkIdentifier(__v: String): SKStoreConfiguration
  62. def withAdvertisedAppstoreItemIdentifier(__v: String): SKStoreConfiguration
  63. def withFidelities(__v: Seq[Fidelity]): SKStoreConfiguration
  64. def withNonce(__v: String): SKStoreConfiguration
  65. def withProductPageId(__v: String): SKStoreConfiguration
  66. def withSignature(__v: String): SKStoreConfiguration
  67. def withSourceAppstoreItemIdentifier(__v: String): SKStoreConfiguration
  68. def withSourceIdentifier(__v: String): SKStoreConfiguration
  69. def withTimestamp(__v: String): SKStoreConfiguration
  70. def withVersion(__v: String): SKStoreConfiguration
  71. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  72. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SKStoreConfiguration → GeneratedMessage
  73. 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[SKStoreConfiguration]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped