Share via


IBrailleDisplayController.IBrailleDisplayCallback.OnDisconnected Method

Definition

Callback to observe when the currently connected Braille display is disconnected by the system.

[Android.Runtime.Register("onDisconnected", "()V", "GetOnDisconnectedHandler:Android.AccessibilityServices.IBrailleDisplayController/IBrailleDisplayCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)]
public void OnDisconnected ();
[<Android.Runtime.Register("onDisconnected", "()V", "GetOnDisconnectedHandler:Android.AccessibilityServices.IBrailleDisplayController/IBrailleDisplayCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
abstract member OnDisconnected : unit -> unit
Attributes

Remarks

Callback to observe when the currently connected Braille display is disconnected by the system.

Java documentation for android.accessibilityservice.BrailleDisplayController.BrailleDisplayCallback.onDisconnected().

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