Android.Views.Window.Callback Property
Return the current Callback interface for this window.

Syntax

[get: Android.Runtime.Register("getCallback", "()Landroid/view/Window$Callback;", "GetGetCallbackHandler")]
[set: Android.Runtime.Register("setCallback", "(Landroid/view/Window$Callback;)V", "GetSetCallback_Landroid_view_Window_Callback_Handler")]
public Window.ICallback Callback { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the current Callback interface for this window.

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1