Java.Util.Prefs.Preferences.ChildrenNames Method
Returns the names of all children of this node or an empty array if this node has no children.

Syntax

[Android.Runtime.Register("childrenNames", "()[Ljava/lang/String;", "GetChildrenNamesHandler")]
public abstract string[] ChildrenNames ()

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns the names of all children of this node or an empty array if this node has no children.

[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