Language

SyncRequest.Builder.SyncOnce Method

Definition

Request that a sync occur immediately. Example SyncRequest.Builder builder = (new SyncRequest.Builder()).syncOnce();

[Android.Runtime.Register("syncOnce", "()Landroid/content/SyncRequest$Builder;", "GetSyncOnceHandler")]
public virtual Android.Content.SyncRequest.Builder? SyncOnce();
[<Android.Runtime.Register("syncOnce", "()Landroid/content/SyncRequest$Builder;", "GetSyncOnceHandler")>]
abstract member SyncOnce : unit -> Android.Content.SyncRequest.Builder
override this.SyncOnce : unit -> Android.Content.SyncRequest.Builder

Returns

Request that a sync occur immediately. Example SyncRequest.Builder builder = (new SyncRequest.Builder()).syncOnce();

Attributes

Remarks

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.

Java documentation for android.content.SyncRequest.Builder.syncOnce().

Applies to