core
/
com.moengage.core.internal.model
/
DataPoint
Data
Point
data class
DataPoint
(id:
Long
, time:
Long
, details:
String
)
Content copied to clipboard
Author
Umang Chamaria
Constructors
Properties
Constructors
DataPoint
Link copied to clipboard
fun
DataPoint
(id:
Long
, time:
Long
, details:
String
)
Content copied to clipboard
Properties
details
Link copied to clipboard
val
details
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
Content copied to clipboard
time
Link copied to clipboard
val
time
:
Long
Content copied to clipboard