ILocationListener.OnFlushComplete(Int32) Method

Definition

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.

Applies to