healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.weight
/
WeightService
/
getWeightDataByLastUpdate
get
Weight
Data
By
Last
Update
abstract
suspend
fun
getWeightDataByLastUpdate
(
from
:
String
,
count
:
Long
?
,
order
:
String
?
=
WeightServiceConstants.WEIGHT_ASC_ORDER
)
:
List
<
HDWeight
>