DeletionChange
public final class DeletionChange implements Change
A Change with Metadata.id of deleted Record. For privacy, only unique identifiers of the deletion are returned.
Clients holding copies of data from Health Connect should keep a copy of [Metadata.id] along with its contents. When receiving a [DeletionChange], use [Metadata.id] to delete copy of the data, if one exists.
Summary
Public methods |
|
|---|---|
boolean |
|
final @NonNull String |
|
int |
hashCode() |
@NonNull String |
toString() |
Public methods
getRecordId
Added in 1.1.0
public final @NonNull String getRecordId()
Metadata.id of deleted Record.