FillContext.RequestId Property

Definition

The id of the FillRequest fill request this context corresponds to.

public int RequestId { [Android.Runtime.Register("getRequestId", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getRequestId", "()I", "", ApiSince=26)>]
member this.RequestId : int

Property Value

Attributes

Remarks

The id of the FillRequest fill request this context corresponds to. This is useful to associate your custom client state with every request to avoid reinterpreting the UI when saving user data.

Java documentation for android.service.autofill.FillContext.getRequestId().

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