WebSyncManager.StopSync Method

Definition

stopSync() requests sync manager to stop sync.

[Android.Runtime.Register("stopSync", "()V", "GetStopSyncHandler")]
public virtual void StopSync ();
[<Android.Runtime.Register("stopSync", "()V", "GetStopSyncHandler")>]
abstract member StopSync : unit -> unit
override this.StopSync : unit -> unit
Attributes

Remarks

stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE in the queue to break the sync loop

Java documentation for android.webkit.WebSyncManager.stopSync().

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