ILocationListener.OnFlushComplete(Int32) 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.
Invoked when a flush operation is complete and after flushed locations have been delivered.
[Android.Runtime.Register("onFlushComplete", "(I)V", "GetOnFlushComplete_IHandler:Android.Locations.ILocationListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public virtual void OnFlushComplete (int requestCode);
[<Android.Runtime.Register("onFlushComplete", "(I)V", "GetOnFlushComplete_IHandler:Android.Locations.ILocationListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnFlushComplete : int -> unit
override this.OnFlushComplete : int -> unit
Parameters
- requestCode
- Int32
the request code passed into
LocationManager#requestFlush(String, LocationListener, int)
- Attributes
Remarks
Invoked when a flush operation is complete and after flushed locations have been delivered.
Java documentation for android.location.LocationListener.onFlushComplete(int)
.
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.