Java.Util.Prefs.AbstractPreferences.RemoveSpi Method
Removes the preference with the specified key.

Syntax

[Android.Runtime.Register("removeSpi", "(Ljava/lang/String;)V", "GetRemoveSpi_Ljava_lang_String_Handler")]
protected abstract void RemoveSpi (string key)

Parameters

key
the key of the preference that is to be removed.

Remarks

Removes the preference with the specified key. The caller of this method should ensure that the given key is valid and that this node has not been removed.

[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