Java.Util.Prefs.AbstractPreferences.Sync Method
Synchronizes the data of this preference node and its descendants with the back-end preference store.

Syntax

[Android.Runtime.Register("sync", "()V", "GetSyncHandler")]
public override void Sync ()

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreException

Remarks

Synchronizes the data of this preference node and its descendants with the back-end preference store. Any changes found in the back-end data should be reflected in this node and its descendants, and at the same time any local changes to this node and descendants should be persisted.

[Android Documentation]

Requirements

Namespace: Java.Util.Prefs
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1