Aracılığıyla paylaş


Field.Value Property

Definition

The value to be autofilled.

public Android.Views.Autofill.AutofillValue? Value { [Android.Runtime.Register("getValue", "()Landroid/view/autofill/AutofillValue;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getValue", "()Landroid/view/autofill/AutofillValue;", "", ApiSince=33)>]
member this.Value : Android.Views.Autofill.AutofillValue

Property Value

Attributes

Remarks

The value to be autofilled. Pass null if you do not have the value but the target view is a logical part of the dataset. For example, if the dataset needs authentication and you have no access to the value.

Java documentation for android.service.autofill.Field.getValue().

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