WebSyncManager.StopSync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.