RangingSession.ICallback.OnStarted(RangingDevice, Int32) Method

Definition

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.

Java documentation for android.ranging.RangingSession.Callback.onStarted(android.ranging.RangingDevice, 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