共用方式為


ILocationListener.OnFlushComplete(Int32) 方法

定義

當排清作業完成且傳遞排清位置之後叫用。

[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

參數

requestCode
Int32

傳入的要求程序代碼 LocationManager#requestFlush(String, LocationListener, int)

屬性

備註

當排清作業完成且傳遞排清位置之後叫用。

android.location.LocationListener.onFlushComplete(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於