Java.Util.Prefs.AbstractPreferences.ChildSpi Method
Returns the child preference node with the given name, creating it if it does not exist.

Syntax

[Android.Runtime.Register("childSpi", "(Ljava/lang/String;)Ljava/util/prefs/AbstractPreferences;", "GetChildSpi_Ljava_lang_String_Handler")]
protected abstract AbstractPreferences ChildSpi (string name)

Parameters

name
the name of the child preference to be returned.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the child preference node with the given name, creating it if it does not exist. The caller of this method should ensure that the given name is valid and that this node has not been removed or cached. If the named node has just been removed, the implementation of this method must create a new one instead of reactivating the removed one.

The new creation is not required to be persisted immediately until the flush method will be 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