AccessibilityWindowInfo.Refresh 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.
Refreshes this window with the latest state of the window it represents.
[Android.Runtime.Register("refresh", "()Z", "", ApiSince=36)]
public bool Refresh();
[<Android.Runtime.Register("refresh", "()Z", "", ApiSince=36)>]
member this.Refresh : unit -> bool
Returns
true if the refresh succeeded. false if this window is
no longer in the window tree (and thus it has become stale).
- Attributes
Remarks
Refreshes this window with the latest state of the window it represents.
<strong>Note:</strong> If this method returns false this info is obsolete since it represents a window that is no longer exist.
Java documentation for android.view.accessibility.AccessibilityWindowInfo.refresh().
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.