Java.Util.Prefs.AbstractPreferences.RemoveNodeSpi Method
Removes this node from the preference hierarchy tree.

Syntax

[Android.Runtime.Register("removeNodeSpi", "()V", "GetRemoveNodeSpiHandler")]
protected abstract void RemoveNodeSpi ()

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreExceptionif the backing store is unavailable or causes an operation failure.

Remarks

Removes this node from the preference hierarchy tree. The caller of this method should ensure that this node has no child nodes, which means the method Preferences.RemoveNode should invoke this method multiple-times in bottom-up pattern. The removal is not required to be persisted until after it is flushed.

[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