RangingSession.ICallback.OnOpenFailed(Int32) Method

Definition

Called when the ranging session failed to open.

[Android.Runtime.Register("onOpenFailed", "(I)V", "GetOnOpenFailed_IHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnOpenFailed(int reason);
[<Android.Runtime.Register("onOpenFailed", "(I)V", "GetOnOpenFailed_IHandler:Android.Ranging.RangingSession/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnOpenFailed : int -> unit

Parameters

reason
Int32

the reason for the failure, limited to values defined by Reason.

Attributes

Remarks

Called when the ranging session failed to open.

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