Window.Callback Property

Definition

Return the current Callback interface for this window. -or- Set the Callback interface for this window, used to intercept key events and other dynamic operations in the window.

public Android.Views.Window.ICallback? Callback { [Android.Runtime.Register("getCallback", "()Landroid/view/Window$Callback;", "")] get; [Android.Runtime.Register("setCallback", "(Landroid/view/Window$Callback;)V", "GetSetCallback_Landroid_view_Window_Callback_Handler")] set; }
[<get: Android.Runtime.Register("getCallback", "()Landroid/view/Window$Callback;", "")>]
[<set: Android.Runtime.Register("setCallback", "(Landroid/view/Window$Callback;)V", "GetSetCallback_Landroid_view_Window_Callback_Handler")>]
member this.Callback : Android.Views.Window.ICallback with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.Window.getCallback().

Property setter documentation:

Java documentation for android.view.Window.setCallback(android.view.Callback).

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