Java.Util.Prefs.AbstractPreferences.GetSpi Method
Gets the preference value mapped to the given key.

Syntax

[Android.Runtime.Register("getSpi", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetSpi_Ljava_lang_String_Handler")]
protected abstract string GetSpi (string key)

Parameters

key
the given key to be searched for.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the preference value mapped to the given key. The caller of this method should ensure that the given key is valid and that this node has not been removed. This method should not throw any exceptions but if it does, the caller will ignore the exception, regarding it as a null return value.

[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