inapp
/
com.moengage.inapp.internal.model
/
StatModel
Stat
Model
open class
StatModel
Content copied to clipboard
Author
Umang Chamaria Date: 2019-10-14
Constructors
Properties
Constructors
StatModel
Link copied to clipboard
open fun
StatModel
(timestamp:
Long
, requestId:
String
, statsJson:
JSONObject
)
Content copied to clipboard
StatModel
Link copied to clipboard
open fun
StatModel
(_id:
Long
, timestamp:
Long
, requestId:
String
, statsJson:
JSONObject
)
Content copied to clipboard
Properties
_id
Link copied to clipboard
val
_id
:
Long
Content copied to clipboard
requestId
Link copied to clipboard
val
requestId
:
String
Content copied to clipboard
statsJson
Link copied to clipboard
val
statsJson
:
JSONObject
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard