View.IsVisibleToUserForAutofill(Int32) 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.
Computes whether this virtual autofill view is visible to the user.
[Android.Runtime.Register("isVisibleToUserForAutofill", "(I)Z", "GetIsVisibleToUserForAutofill_IHandler", ApiSince=28)]
public virtual bool IsVisibleToUserForAutofill (int virtualId);
[<Android.Runtime.Register("isVisibleToUserForAutofill", "(I)Z", "GetIsVisibleToUserForAutofill_IHandler", ApiSince=28)>]
abstract member IsVisibleToUserForAutofill : int -> bool
override this.IsVisibleToUserForAutofill : int -> bool
Parameters
- virtualId
- Int32
Returns
Whether the view is visible on the screen.
- Attributes
Remarks
Computes whether this virtual autofill view is visible to the user.
<b>Note: </b>By default it returns true
, but views providing a virtual hierarchy view must override it.
Java documentation for android.view.View.isVisibleToUserForAutofill(int)
.
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.