Samsung Health Read Result , Listener not working

Samsung Health weight read request not working.
we have weight read permission , and accquired in device , connected succesfully but read result listner not updated any datas

Query

` val startTime = getUtcStartOfDay(System.currentTimeMillis(), TimeZone.getDefault())
   val endTime = startTime + TimeUnit.DAYS.toMillis(1)
        val request = HealthDataResolver.ReadRequest.Builder()
        .setDataType(HealthConstants.Weight.HEALTH_DATA_TYPE)
        .setProperties(arrayOf(HealthConstants.Weight.WEIGHT))
        .setLocalTimeRange(HealthConstants.Weight.START_TIME, HealthConstants.Weight.TIME_OFFSET, startTime, endTime)
        .build()`

Are you a Samsung Health Privileged Partner (Galaxy Watch4 and newer) if so open a Samsung Developer Technical Request and use either Android non-game, Watch Face or Other as the request type and Mention you are a privileged Member in the request.

If you are not a Privileged Partner are you an older (Tizen OS) Health Developer Partner?

Ron
Samsung Developer Relations