Java.Util.Prefs.Preferences.RemoveNode Method
Removes this preference node with all its descendants.

Syntax

[Android.Runtime.Register("removeNode", "()V", "GetRemoveNodeHandler")]
public abstract void RemoveNode ()

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreExceptionif the backing store is unavailable or causes an operation failure.
Java.Lang.IllegalStateExceptionif this node has been removed.
Java.Lang.UnsupportedOperationExceptionif this is a root node.

Remarks

Removes this preference node with all its descendants. The removal won't necessarily be persisted until the method flush() is invoked.

[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