final case class Context(sessionduration: Long = 0L, sc: Int = 0, retention: Int = 0, data: Seq[ContextualData] = _root_.scala.Seq.empty, lastSessionDuration: Long = 0L, iap: Option[Boolean] = _root_.scala.None, iaa: Option[Boolean] = _root_.scala.None) extends GeneratedMessage with Updatable[Context] with Product with Serializable
- sessionduration
The total duration of time a user has spent so far in a specific app session expressed in seconds.
- sc
The count of user sessions within device
- retention
The days count since first app open
- data
Contextual data
- lastSessionDuration
The total duration of time a user has spent so far in a previous app session expressed in seconds.
- iap
Marks the user as 'purchaser' @optional
- iaa
Marks the user as 'top' @optional
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Context
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Context(sessionduration: Long = 0L, sc: Int = 0, retention: Int = 0, data: Seq[ContextualData] = _root_.scala.Seq.empty, lastSessionDuration: Long = 0L, iap: Option[Boolean] = _root_.scala.None, iaa: Option[Boolean] = _root_.scala.None)
- sessionduration
The total duration of time a user has spent so far in a specific app session expressed in seconds.
- sc
The count of user sessions within device
- retention
The days count since first app open
- data
Contextual data
- lastSessionDuration
The total duration of time a user has spent so far in a previous app session expressed in seconds.
- iap
Marks the user as 'purchaser' @optional
- iaa
Marks the user as 'top' @optional
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 addAllData(__vs: Iterable[ContextualData]): Context
- def addData(__vs: ContextualData*): Context
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearData: Context
- def clearIaa: Context
- def clearIap: Context
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Context.type
- Definition Classes
- Context → GeneratedMessage
- val data: Seq[ContextualData]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Context → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Context → GeneratedMessage
- def getIaa: Boolean
- def getIap: Boolean
- val iaa: Option[Boolean]
- val iap: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastSessionDuration: Long
- 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 retention: Int
- val sc: Int
- def serializedSize: Int
- Definition Classes
- Context → GeneratedMessage
- val sessionduration: Long
- 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
- Context → GeneratedMessage
- def update(ms: (Lens[Context, Context]) => Mutation[Context]*): Context
- 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 withData(__v: Seq[ContextualData]): Context
- def withIaa(__v: Boolean): Context
- def withIap(__v: Boolean): Context
- def withLastSessionDuration(__v: Long): Context
- def withRetention(__v: Int): Context
- def withSc(__v: Int): Context
- def withSessionduration(__v: Long): Context
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Context → 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)