ITransportHandleReceiveCallback.OnReconnect Method

Definition

Notifies the receiver the TransportHandle instance can be used again to send and receive data.

[Android.Runtime.Register("onReconnect", "()V", "GetOnReconnectHandler:Android.Ranging.Oob.ITransportHandleReceiveCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnReconnect();
[<Android.Runtime.Register("onReconnect", "()V", "GetOnReconnectHandler:Android.Ranging.Oob.ITransportHandleReceiveCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnReconnect : unit -> unit
Attributes

Remarks

Notifies the receiver the TransportHandle instance can be used again to send and receive data. Should only be called if onDisconnect() preceded it.

Java documentation for android.ranging.oob.TransportHandle.ReceiveCallback.onReconnect().

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