CookieSyncManager.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.
Caution
deprecated
stopSync() requests sync manager to stop sync.
[Android.Runtime.Register("stopSync", "()V", "")]
[System.Obsolete("deprecated")]
public override void StopSync ();
[<Android.Runtime.Register("stopSync", "()V", "")>]
[<System.Obsolete("deprecated")>]
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
This member is deprecated. Calling stopSync is no longer useful as the WebView automatically syncs cookies.
Java documentation for android.webkit.CookieSyncManager.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.