Java.Util.Prefs.Preferences.Keys Method
Returns all preference keys stored in this node or an empty array if no key was found.

Syntax

[Android.Runtime.Register("keys", "()[Ljava/lang/String;", "GetKeysHandler")]
public abstract string[] Keys ()

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns all preference keys stored in this node or an empty array if no key was found.

[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