RangingSession.ICallback.OnStopped(RangingDevice, 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.
Called when ranging has stopped with a particular peer using a particular technology during an ongoing session.
[Android.Runtime.Register("onStopped", "(Landroid/ranging/RangingDevice;I)V", "GetOnStopped_Landroid_ranging_RangingDevice_IHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnStopped(Android.Ranging.RangingDevice peer, int technology);
[<Android.Runtime.Register("onStopped", "(Landroid/ranging/RangingDevice;I)V", "GetOnStopped_Landroid_ranging_RangingDevice_IHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnStopped : Android.Ranging.RangingDevice * int -> unit
Parameters
- peer
- RangingDevice
RangingDevice
the peer with which ranging has stopped.
- technology
- Int32
android.ranging.RangingManager.RangingTechnology
the ranging technology that stopped.
- Attributes
Remarks
Called when ranging has stopped with a particular peer using a particular technology during an ongoing session.
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.