final case class App(appName: String = "", appVer: String = "", release: Option[Release] = _root_.scala.None, installTime: Option[Timestamp] = _root_.scala.None, firstLaunchTime: Option[Timestamp] = _root_.scala.None, storecat: String = "", storesubcat: Seq[String] = _root_.scala.Seq.empty, fmwname: String = "", installReferrerUrl: String = "", installReferrerClickTimestamp: Option[Timestamp] = _root_.scala.None, installReferrerClickServerTimestamp: Option[Timestamp] = _root_.scala.None, installBeginServerTimestamp: Option[Timestamp] = _root_.scala.None, installVersion: String = "", isGooglePlayInstant: Boolean = false, sdkInstallTime: Option[Timestamp] = _root_.scala.None) extends GeneratedMessage with Updatable[App] with Product with Serializable
- installTime
Unix timestamp in milliseconds of the application install (might be zero). Depends on install referer library.
- firstLaunchTime
Unix timestamp in milliseconds of the first BidMachine SDK launch. Data can be incorrect for devices which updates from older app sdk version
- storecat
App category name in app store
- storesubcat
App subcategories name in app store
- fmwname
Framework name. (unknown, native, unity)
- installReferrerUrl
The referrer URL of the installed package. Depends on install referer library.
- installReferrerClickTimestamp
The client-side timestamp, when the referrer click happened. Depends on install referer library.
- installReferrerClickServerTimestamp
The server-side timestamp, when the referrer click happened. Depends on install referer library.
- installBeginServerTimestamp
The server-side timestamp, when app installation began. Depends on install referer library.
- installVersion
The app's version at the time when the app was first installed. Depends on install referer library.
- isGooglePlayInstant
Indicates whether your app's instant experience was launched within the past 7 days. Depends on install referer library.
- sdkInstallTime
The first recorded SDK initialization timestamp, marking the first time the SDK was present in this specific app. This field is empty if the SDK was updated from a legacy version that did not support it.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- App
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new App(appName: String = "", appVer: String = "", release: Option[Release] = _root_.scala.None, installTime: Option[Timestamp] = _root_.scala.None, firstLaunchTime: Option[Timestamp] = _root_.scala.None, storecat: String = "", storesubcat: Seq[String] = _root_.scala.Seq.empty, fmwname: String = "", installReferrerUrl: String = "", installReferrerClickTimestamp: Option[Timestamp] = _root_.scala.None, installReferrerClickServerTimestamp: Option[Timestamp] = _root_.scala.None, installBeginServerTimestamp: Option[Timestamp] = _root_.scala.None, installVersion: String = "", isGooglePlayInstant: Boolean = false, sdkInstallTime: Option[Timestamp] = _root_.scala.None)
- installTime
Unix timestamp in milliseconds of the application install (might be zero). Depends on install referer library.
- firstLaunchTime
Unix timestamp in milliseconds of the first BidMachine SDK launch. Data can be incorrect for devices which updates from older app sdk version
- storecat
App category name in app store
- storesubcat
App subcategories name in app store
- fmwname
Framework name. (unknown, native, unity)
- installReferrerUrl
The referrer URL of the installed package. Depends on install referer library.
- installReferrerClickTimestamp
The client-side timestamp, when the referrer click happened. Depends on install referer library.
- installReferrerClickServerTimestamp
The server-side timestamp, when the referrer click happened. Depends on install referer library.
- installBeginServerTimestamp
The server-side timestamp, when app installation began. Depends on install referer library.
- installVersion
The app's version at the time when the app was first installed. Depends on install referer library.
- isGooglePlayInstant
Indicates whether your app's instant experience was launched within the past 7 days. Depends on install referer library.
- sdkInstallTime
The first recorded SDK initialization timestamp, marking the first time the SDK was present in this specific app. This field is empty if the SDK was updated from a legacy version that did not support it.
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 addAllStoresubcat(__vs: Iterable[String]): App
- def addStoresubcat(__vs: String*): App
- val appName: String
- val appVer: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearFirstLaunchTime: App
- def clearInstallBeginServerTimestamp: App
- def clearInstallReferrerClickServerTimestamp: App
- def clearInstallReferrerClickTimestamp: App
- def clearInstallTime: App
- def clearRelease: App
- def clearSdkInstallTime: App
- def clearStoresubcat: App
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: App.type
- Definition Classes
- App → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val firstLaunchTime: Option[Timestamp]
- val fmwname: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- App → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- App → GeneratedMessage
- def getFirstLaunchTime: Timestamp
- def getInstallBeginServerTimestamp: Timestamp
- def getInstallReferrerClickServerTimestamp: Timestamp
- def getInstallReferrerClickTimestamp: Timestamp
- def getInstallTime: Timestamp
- def getRelease: Release
- def getSdkInstallTime: Timestamp
- val installBeginServerTimestamp: Option[Timestamp]
- val installReferrerClickServerTimestamp: Option[Timestamp]
- val installReferrerClickTimestamp: Option[Timestamp]
- val installReferrerUrl: String
- val installTime: Option[Timestamp]
- val installVersion: String
- val isGooglePlayInstant: Boolean
- 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 release: Option[Release]
- val sdkInstallTime: Option[Timestamp]
- def serializedSize: Int
- Definition Classes
- App → GeneratedMessage
- val storecat: String
- val storesubcat: Seq[String]
- 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
- App → GeneratedMessage
- def update(ms: (Lens[App, App]) => Mutation[App]*): App
- 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 withAppName(__v: String): App
- def withAppVer(__v: String): App
- def withFirstLaunchTime(__v: Timestamp): App
- def withFmwname(__v: String): App
- def withInstallBeginServerTimestamp(__v: Timestamp): App
- def withInstallReferrerClickServerTimestamp(__v: Timestamp): App
- def withInstallReferrerClickTimestamp(__v: Timestamp): App
- def withInstallReferrerUrl(__v: String): App
- def withInstallTime(__v: Timestamp): App
- def withInstallVersion(__v: String): App
- def withIsGooglePlayInstant(__v: Boolean): App
- def withRelease(__v: Release): App
- def withSdkInstallTime(__v: Timestamp): App
- def withStorecat(__v: String): App
- def withStoresubcat(__v: Seq[String]): App
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- App → 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)