AutofillManager.NextAutofillId Property
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.
Gets the next unique autofill ID for the activity context.
public Android.Views.Autofill.AutofillId? NextAutofillId { [Android.Runtime.Register("getNextAutofillId", "()Landroid/view/autofill/AutofillId;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getNextAutofillId", "()Landroid/view/autofill/AutofillId;", "", ApiSince=28)>]
member this.NextAutofillId : Android.Views.Autofill.AutofillId
Property Value
An ID that is unique in the activity, or null
if autofill is not supported in
the Context
associated with this AutofillManager
.
- Attributes
Remarks
Gets the next unique autofill ID for the activity context.
Typically used to manage views whose content is recycled - see View#setAutofillId(AutofillId)
for more info.
Java documentation for android.view.autofill.AutofillManager.getNextAutofillId()
.
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.