CustomDescription.Builder.AddChild(Int32, ITransformation) Method

Definition

[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
transformation
ITransformation

Returns

Attributes

Remarks

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