RangingSession.ICallback.OnOpened Method

Definition

Called when the ranging session opens successfully.

[Android.Runtime.Register("onOpened", "()V", "GetOnOpenedHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnOpened();
[<Android.Runtime.Register("onOpened", "()V", "GetOnOpenedHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnOpened : unit -> unit
Attributes

Remarks

Called when the ranging session opens successfully.

Java documentation for android.ranging.RangingSession.Callback.onOpened().

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