ReadMedicalResourcesRequest


abstract class ReadMedicalResourcesRequest
kotlin.Any
   ↳ android.health.connect.ReadMedicalResourcesRequest

A base class to represent a read request for android.health.connect.HealthConnectManager#readMedicalResources.

Summary

Public methods
open Int

Returns maximum number of MedicalResources to be returned by the read operation if set, 1000 otherwise.

Public methods

getPageSize

open fun getPageSize(): Int

Returns maximum number of MedicalResources to be returned by the read operation if set, 1000 otherwise.

Return
Int Value is between MINIMUM_PAGE_SIZE and MAXIMUM_PAGE_SIZE inclusive