WindowId.FocusObserver.OnFocusLost(WindowId) Method

Definition

Called when one of the monitored windows loses input focus.

[Android.Runtime.Register("onFocusLost", "(Landroid/view/WindowId;)V", "GetOnFocusLost_Landroid_view_WindowId_Handler")]
public abstract void OnFocusLost (Android.Views.WindowId? token);
[<Android.Runtime.Register("onFocusLost", "(Landroid/view/WindowId;)V", "GetOnFocusLost_Landroid_view_WindowId_Handler")>]
abstract member OnFocusLost : Android.Views.WindowId -> unit

Parameters

token
WindowId
Attributes

Remarks

Called when one of the monitored windows loses input focus.

Java documentation for android.view.WindowId.FocusObserver.onFocusLost(android.view.WindowId).

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