Language

AssistStructure.ViewNode.AutofillNoiseInjectedData Property

Definition

Gets the payload of noise-injected version text of this ViewNode.

public virtual Android.Views.Autofill.AutofillNoiseInjectedData AutofillNoiseInjectedData { [Android.Runtime.Register("getAutofillNoiseInjectedData", "()Landroid/view/autofill/AutofillNoiseInjectedData;", "GetGetAutofillNoiseInjectedDataHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAutofillNoiseInjectedData", "()Landroid/view/autofill/AutofillNoiseInjectedData;", "GetGetAutofillNoiseInjectedDataHandler", ApiSince=37)>]
member this.AutofillNoiseInjectedData : Android.Views.Autofill.AutofillNoiseInjectedData

Property Value

the noise-injected text payload, or null if the structure was created for assist purposes or if the ViewNode does not have text eligible for providing a noise-injected version.

Attributes

Remarks

Gets the payload of noise-injected version text of this ViewNode. The payload is only returned when the current ViewNode's text is sensitive and stripped from the AssistStructure(i.e. ViewNode.getText() returns empty string). See the doc for AutofillNoiseInjectedData about the details of the noise-injection algorithm and suggestions on how to rebuild the non-private parts of the text at server side.

It's only relevant when the AssistStructure is used for autofill purpose, not for assist purposes.

Android reference for android.app.assist.AssistStructure.ViewNode.getAutofillNoiseInjectedData.

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