class DeletionChange : 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 functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

Metadata.id of deleted Record.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

recordId

Added in 1.1.0-alpha08
val recordIdString

Metadata.id of deleted Record.