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