Android.Widget.PopupWindow.Update Method
Updates the state of the popup window, if it is currently being displayed, from the currently set state.

Syntax

[Android.Runtime.Register("update", "()V", "GetUpdateHandler")]
public virtual void Update ()

Remarks

Updates the state of the popup window, if it is currently being displayed, from the currently set state. This includes: PopupWindow.ClippingEnabled, PopupWindow.Focusable, PopupWindow.SetIgnoreCheekPress, PopupWindow.InputMethodMode, PopupWindow.Touchable, and PopupWindow.AnimationStyle.

[Android Documentation]

Requirements

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