DeleteDataRequest

It represents a request to delete health data from the Samsung Health app.

Using this, you can only delete data inserted by your app.

This request can include filters such as ID filter and time filter. All filters in the request are combined by ANDing. On the contrary, if there are several conditions in one filter, the combination of them follows the rule of each filter mentioned in the filter's document. For example, IDs in IdFilter are combined by ORing.

This class can be instantiated by its builders obtained from getDeleteRequestBuilder() method that each data type provides, not directly by a constructor. If there is no such a method, the data type does not support apps to write data because it is read-only.

Since

1.0.0

Types

Link copied to clipboard

A builder to set the fields and create a DeleteDataRequest instance.

Properties

Link copied to clipboard

The data type of this request.

Link copied to clipboard

TheIdFilter of this request.

Link copied to clipboard

TheInstantTimeFilter of this request.

Link copied to clipboard

TheLocalTimeFilter of this request.

Preferences Submitted

You have successfully updated your cookie preferences.