monoandroid
namespace Android.Locations
{
[Register("android/location/LocationManager", DoNotGenerateAcw = true)]
public class LocationManager : Object
{
[Obsolete("deprecated")]
[Register("setTestProviderStatus", "(Ljava/lang/String;ILandroid/os/Bundle;J)V", "GetSetTestProviderStatus_Ljava_lang_String_ILandroid_os_Bundle_JHandler")]
public virtual void SetTestProviderStatus(string! provider, [GeneratedEnum] Availability status, Bundle? extras, long updateTime);
}
}
.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. |