FillRequest.ClientState Property

Definition

Gets the latest client state bundle set by the service in a FillResponse.Builder#setClientState(Bundle) fill response.

public Android.OS.Bundle? ClientState { [Android.Runtime.Register("getClientState", "()Landroid/os/Bundle;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getClientState", "()Landroid/os/Bundle;", "", ApiSince=26)>]
member this.ClientState : Android.OS.Bundle

Property Value

Bundle

The client state.

Attributes

Remarks

Java documentation for android.service.autofill.FillRequest.getClientState().

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