monoandroid
namespace Android.Locations
{
    [Register("android/location/LocationManager", DoNotGenerateAcw = true)]
    public class LocationManager : Object
    {
        [Register("registerGnssMeasurementsCallback", "(Landroid/location/GnssMeasurementsEvent$Callback;Landroid/os/Handler;)Z", "GetRegisterGnssMeasurementsCallback_Landroid_location_GnssMeasurementsEvent_Callback_Landroid_os_Handler_Handler", ApiSince = 24)]
        public virtual bool RegisterGnssMeasurementsCallback(Callback! callback, Handler? handler);
    }
}
.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.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API