CookieSyncManager.StopSync Method

Definition

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

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.

Applies to