ILocationListener.OnFlushComplete(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當排清作業完成且傳遞排清位置之後叫用。
[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 屬性授權中所述的詞彙使用。