SaveRequest.FillContexts Property

Definition

Gets the contexts associated with each previous fill request.

public System.Collections.Generic.IList<Android.Service.Autofill.FillContext> FillContexts { [Android.Runtime.Register("getFillContexts", "()Ljava/util/List;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getFillContexts", "()Ljava/util/List;", "", ApiSince=26)>]
member this.FillContexts : System.Collections.Generic.IList<Android.Service.Autofill.FillContext>

Property Value

The contexts associated with each previous fill request.

Attributes

Remarks

Gets the contexts associated with each previous fill request.

<b>Note:</b> Starting on Android android.os.Build.VERSION_CODES#Q, it could also include contexts from requests whose SaveInfo had the SaveInfo#FLAG_DELAY_SAVE flag.

Java documentation for android.service.autofill.SaveRequest.getFillContexts().

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