BatchUpdates.Builder.TransformChild(Int32, ITransformation) Method

Definition

[Android.Runtime.Register("transformChild", "(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/BatchUpdates$Builder;", "GetTransformChild_ILandroid_service_autofill_Transformation_Handler", ApiSince=28)]
public virtual Android.Service.Autofill.BatchUpdates.Builder? TransformChild (int id, Android.Service.Autofill.ITransformation transformation);
[<Android.Runtime.Register("transformChild", "(ILandroid/service/autofill/Transformation;)Landroid/service/autofill/BatchUpdates$Builder;", "GetTransformChild_ILandroid_service_autofill_Transformation_Handler", ApiSince=28)>]
abstract member TransformChild : int * Android.Service.Autofill.ITransformation -> Android.Service.Autofill.BatchUpdates.Builder
override this.TransformChild : int * Android.Service.Autofill.ITransformation -> Android.Service.Autofill.BatchUpdates.Builder

Parameters

id
Int32
transformation
ITransformation

Returns

Attributes

Applies to