SyncResult.MadeSomeProgress Method

Definition

Convenience method for determining if the Sync should be rescheduled after failing for some reason.

[Android.Runtime.Register("madeSomeProgress", "()Z", "")]
public bool MadeSomeProgress ();
[<Android.Runtime.Register("madeSomeProgress", "()Z", "")>]
member this.MadeSomeProgress : unit -> bool

Returns

true if the SyncManager should reschedule this sync.

Attributes

Remarks

Convenience method for determining if the Sync should be rescheduled after failing for some reason.

Java documentation for android.content.SyncResult.madeSomeProgress().

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