SyncResult.Stats Property

Definition

Used to hold extras statistics about the sync operation.

[Android.Runtime.Register("stats")]
public Android.Content.SyncStats? Stats { get; set; }
[<Android.Runtime.Register("stats")>]
member this.Stats : Android.Content.SyncStats with get, set

Property Value

Attributes

Remarks

Used to hold extras statistics about the sync operation. Some of these indicate that the sync request resulted in a hard or soft error, others are for purely informational purposes.

Java documentation for android.content.SyncResult.stats.

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