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

  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. def addAllStoresubcat(__vs: Iterable[String]): App
  5. def addStoresubcat(__vs: String*): App
  6. val appName: String
  7. val appVer: String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearFirstLaunchTime: App
  10. def clearInstallBeginServerTimestamp: App
  11. def clearInstallReferrerClickServerTimestamp: App
  12. def clearInstallReferrerClickTimestamp: App
  13. def clearInstallTime: App
  14. def clearRelease: App
  15. def clearSdkInstallTime: App
  16. def clearStoresubcat: App
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  18. def companion: App.type
    Definition Classes
    App → GeneratedMessage
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val firstLaunchTime: Option[Timestamp]
  21. val fmwname: String
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    App → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    App → GeneratedMessage
  25. def getFirstLaunchTime: Timestamp
  26. def getInstallBeginServerTimestamp: Timestamp
  27. def getInstallReferrerClickServerTimestamp: Timestamp
  28. def getInstallReferrerClickTimestamp: Timestamp
  29. def getInstallTime: Timestamp
  30. def getRelease: Release
  31. def getSdkInstallTime: Timestamp
  32. val installBeginServerTimestamp: Option[Timestamp]
  33. val installReferrerClickServerTimestamp: Option[Timestamp]
  34. val installReferrerClickTimestamp: Option[Timestamp]
  35. val installReferrerUrl: String
  36. val installTime: Option[Timestamp]
  37. val installVersion: String
  38. val isGooglePlayInstant: Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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 release: Option[Release]
  45. val sdkInstallTime: Option[Timestamp]
  46. def serializedSize: Int
    Definition Classes
    App → GeneratedMessage
  47. val storecat: String
  48. val storesubcat: Seq[String]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  51. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  52. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  53. def toProtoString: String
    Definition Classes
    App → GeneratedMessage
  54. def update(ms: (Lens[App, App]) => Mutation[App]*): App
    Definition Classes
    Updatable
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. def withAppName(__v: String): App
  59. def withAppVer(__v: String): App
  60. def withFirstLaunchTime(__v: Timestamp): App
  61. def withFmwname(__v: String): App
  62. def withInstallBeginServerTimestamp(__v: Timestamp): App
  63. def withInstallReferrerClickServerTimestamp(__v: Timestamp): App
  64. def withInstallReferrerClickTimestamp(__v: Timestamp): App
  65. def withInstallReferrerUrl(__v: String): App
  66. def withInstallTime(__v: Timestamp): App
  67. def withInstallVersion(__v: String): App
  68. def withIsGooglePlayInstant(__v: Boolean): App
  69. def withRelease(__v: Release): App
  70. def withSdkInstallTime(__v: Timestamp): App
  71. def withStorecat(__v: String): App
  72. def withStoresubcat(__v: Seq[String]): App
  73. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  74. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    App → GeneratedMessage
  75. 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[App]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped