final case class CMP(tcfV1String: Option[String] = _root_.scala.None, tcfV1Zone: Option[Boolean] = _root_.scala.None, tcfV2String: Option[String] = _root_.scala.None, tcfV2Zone: Option[Boolean] = _root_.scala.None, ccpa: Option[String] = _root_.scala.None, gpp: Option[String] = _root_.scala.None, gppSid: Seq[Int] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[CMP] with Product with Serializable
- tcfV1String
TCF v1 GDPR consent string. iOS: UserDefaults key "IABConsent_ConsentString" Android: SharedPreferences key "IABConsent_ConsentString"
- tcfV1Zone
TCF v1 GDPR applicability flag. iOS: UserDefaults key "IABConsent_SubjectToGDPR" Android: SharedPreferences key "IABConsent_SubjectToGDPR"
- tcfV2String
TCF v2 GDPR consent string. iOS: UserDefaults key "IABTCF_TCString" Android: SharedPreferences key "IABTCF_TCString"
- tcfV2Zone
TCF v2 GDPR applicability flag. iOS: UserDefaults key "IABTCF_gdprApplies" Android: SharedPreferences key "IABTCF_gdprApplies"
- ccpa
US Privacy string (CCPA). iOS: UserDefaults key "IABUSPrivacy_String" Android: SharedPreferences key "IABUSPrivacy_String"
- gpp
GPP consent string. iOS: UserDefaults key "IABGPP_HDR_GppString" Android: SharedPreferences key "IABGPP_HDR_GppString"
- gppSid
GPP section IDs. Parsed from "_" separated string. iOS: UserDefaults key "IABGPP_GppSID" Android: SharedPreferences key "IABGPP_GppSID"
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- CMP
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CMP(tcfV1String: Option[String] = _root_.scala.None, tcfV1Zone: Option[Boolean] = _root_.scala.None, tcfV2String: Option[String] = _root_.scala.None, tcfV2Zone: Option[Boolean] = _root_.scala.None, ccpa: Option[String] = _root_.scala.None, gpp: Option[String] = _root_.scala.None, gppSid: Seq[Int] = _root_.scala.Seq.empty)
- tcfV1String
TCF v1 GDPR consent string. iOS: UserDefaults key "IABConsent_ConsentString" Android: SharedPreferences key "IABConsent_ConsentString"
- tcfV1Zone
TCF v1 GDPR applicability flag. iOS: UserDefaults key "IABConsent_SubjectToGDPR" Android: SharedPreferences key "IABConsent_SubjectToGDPR"
- tcfV2String
TCF v2 GDPR consent string. iOS: UserDefaults key "IABTCF_TCString" Android: SharedPreferences key "IABTCF_TCString"
- tcfV2Zone
TCF v2 GDPR applicability flag. iOS: UserDefaults key "IABTCF_gdprApplies" Android: SharedPreferences key "IABTCF_gdprApplies"
- ccpa
US Privacy string (CCPA). iOS: UserDefaults key "IABUSPrivacy_String" Android: SharedPreferences key "IABUSPrivacy_String"
- gpp
GPP consent string. iOS: UserDefaults key "IABGPP_HDR_GppString" Android: SharedPreferences key "IABGPP_HDR_GppString"
- gppSid
GPP section IDs. Parsed from "_" separated string. iOS: UserDefaults key "IABGPP_GppSID" Android: SharedPreferences key "IABGPP_GppSID"
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
- def addAllGppSid(__vs: Iterable[Int]): CMP
- def addGppSid(__vs: Int*): CMP
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ccpa: Option[String]
- def clearCcpa: CMP
- def clearGpp: CMP
- def clearGppSid: CMP
- def clearTcfV1String: CMP
- def clearTcfV1Zone: CMP
- def clearTcfV2String: CMP
- def clearTcfV2Zone: CMP
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: CMP.type
- Definition Classes
- CMP → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getCcpa: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- CMP → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CMP → GeneratedMessage
- def getGpp: String
- def getTcfV1String: String
- def getTcfV1Zone: Boolean
- def getTcfV2String: String
- def getTcfV2Zone: Boolean
- val gpp: Option[String]
- val gppSid: Seq[Int]
- 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
- def serializedSize: Int
- Definition Classes
- CMP → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tcfV1String: Option[String]
- val tcfV1Zone: Option[Boolean]
- val tcfV2String: Option[String]
- val tcfV2Zone: Option[Boolean]
- 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
- CMP → GeneratedMessage
- def update(ms: (Lens[CMP, CMP]) => Mutation[CMP]*): CMP
- 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 withCcpa(__v: String): CMP
- def withGpp(__v: String): CMP
- def withGppSid(__v: Seq[Int]): CMP
- def withTcfV1String(__v: String): CMP
- def withTcfV1Zone(__v: Boolean): CMP
- def withTcfV2String(__v: String): CMP
- def withTcfV2Zone(__v: Boolean): CMP
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CMP → 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)