monoandroid
namespace Android.Preferences
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/preference/PreferenceDataStore", "", "Android.Preferences.IPreferenceDataStoreInvoker", ApiSince = 26)]
public interface IPreferenceDataStore : IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("deprecated")]
[Register("getFloat", "(Ljava/lang/String;F)F", "GetGetFloat_Ljava_lang_String_FHandler:Android.Preferences.IPreferenceDataStore, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 26)]
virtual float GetFloat(string? key, float defValue);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |