Added in U Extensions 16
Summary:
Methods
| Inherited Methods
ReadMedicalResourcesRequest
public
abstract
class
ReadMedicalResourcesRequest
extends Object
java.lang.Object | |
↳ | android.health.connect.ReadMedicalResourcesRequest |
A base class to represent a read request for HealthConnectManager.readMedicalResources
.
Summary
Public methods | |
---|---|
int
|
getPageSize()
Returns maximum number of |
Inherited methods | |
---|---|
Public methods
getPageSize
Added in U Extensions 16
public int getPageSize ()
Returns maximum number of MedicalResource
s to be returned by the read operation if
set, 1000 otherwise.
Returns | |
---|---|
int |
Value is between MINIMUM_PAGE_SIZE and MAXIMUM_PAGE_SIZE inclusive |