ChangeLogsResponse.DeletedLogs Property

Definition

Returns delete logs for records that have been deleted post the time when the token was requested from HealthConnectManager#getChangeLogToken.

public System.Collections.Generic.IList<Android.Health.Connect.ChangeLog.ChangeLogsResponse.DeletedLog> DeletedLogs { [Android.Runtime.Register("getDeletedLogs", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDeletedLogs", "()Ljava/util/List;", "", ApiSince=34)>]
member this.DeletedLogs : System.Collections.Generic.IList<Android.Health.Connect.ChangeLog.ChangeLogsResponse.DeletedLog>

Property Value

Attributes

Remarks

Returns delete logs for records that have been deleted post the time when the token was requested from HealthConnectManager#getChangeLogToken.

This contains record ids of deleted records and the timestamps when the records were deleted.

Java documentation for android.health.connect.changelog.ChangeLogsResponse.getDeletedLogs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to