Language

CustomDescription.Builder.AddChild(Int32, ITransformation) Method

Definition

Adds a transformation to replace the value of a child view with the fields in the screen.

[Android.Runtime.Register("addChild", "(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/CustomDescription$Builder;", "GetAddChild_ILandroid_service_autofill_Transformation_Handler", ApiSince=27)]
public virtual Android.Service.Autofill.CustomDescription.Builder AddChild(int id, Android.Service.Autofill.ITransformation transformation);
[<Android.Runtime.Register("addChild", "(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/CustomDescription$Builder;", "GetAddChild_ILandroid_service_autofill_Transformation_Handler", ApiSince=27)>]
abstract member AddChild : int * Android.Service.Autofill.ITransformation -> Android.Service.Autofill.CustomDescription.Builder
override this.AddChild : int * Android.Service.Autofill.ITransformation -> Android.Service.Autofill.CustomDescription.Builder

Parameters

id
Int32

view id of the children view.

transformation
ITransformation

an implementation provided by the Android System. This value cannot be null.

Returns

this builder. This value cannot be null.

Attributes

Remarks

Adds a transformation to replace the value of a child view with the fields in the screen.

When multiple transformations are added for the same child view, they will be applied in the same order as added.

Android reference for android.service.autofill.CustomDescription.Builder.addChild.

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