LocationManager.UnregisterAntennaInfoListener Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters a GNSS antenna info listener.
[Android.Runtime.Register("unregisterAntennaInfoListener", "(Landroid/location/GnssAntennaInfo$Listener;)V", "GetUnregisterAntennaInfoListener_Landroid_location_GnssAntennaInfo_Listener_Handler", ApiSince=30)]
public virtual void UnregisterAntennaInfoListener (Android.Locations.GnssAntennaInfo.IListener listener);
[<Android.Runtime.Register("unregisterAntennaInfoListener", "(Landroid/location/GnssAntennaInfo$Listener;)V", "GetUnregisterAntennaInfoListener_Landroid_location_GnssAntennaInfo_Listener_Handler", ApiSince=30)>]
abstract member UnregisterAntennaInfoListener : Android.Locations.GnssAntennaInfo.IListener -> unit
override this.UnregisterAntennaInfoListener : Android.Locations.GnssAntennaInfo.IListener -> unit
Parameters
- listener
- GnssAntennaInfo.IListener
a GnssAntennaInfo.Listener
object to remove
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.