WindowId.UnregisterFocusObserver(WindowId+FocusObserver) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stop monitoring changes in the focus state of the window.
[Android.Runtime.Register("unregisterFocusObserver", "(Landroid/view/WindowId$FocusObserver;)V", "GetUnregisterFocusObserver_Landroid_view_WindowId_FocusObserver_Handler")]
public virtual void UnregisterFocusObserver (Android.Views.WindowId.FocusObserver? observer);
[<Android.Runtime.Register("unregisterFocusObserver", "(Landroid/view/WindowId$FocusObserver;)V", "GetUnregisterFocusObserver_Landroid_view_WindowId_FocusObserver_Handler")>]
abstract member UnregisterFocusObserver : Android.Views.WindowId.FocusObserver -> unit
override this.UnregisterFocusObserver : Android.Views.WindowId.FocusObserver -> unit
Parameters
- observer
- WindowId.FocusObserver
- Attributes
Remarks
Java documentation for android.view.WindowId.unregisterFocusObserver(android.view.FocusObserver)
.
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.