WebSyncManager.StartSync 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.
startSync() requests sync manager to start sync
[Android.Runtime.Register("startSync", "()V", "GetStartSyncHandler")]
public virtual void StartSync ();
[<Android.Runtime.Register("startSync", "()V", "GetStartSyncHandler")>]
abstract member StartSync : unit -> unit
override this.StartSync : unit -> unit
- Attributes
Remarks
startSync() requests sync manager to start sync
Java documentation for android.webkit.WebSyncManager.startSync()
.
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.