BatchUpdates.Builder.TransformChild(Int32, ITransformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a transformation to replace the value of a child view with the fields in the screen.
[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
view id of the children view.
- transformation
- ITransformation
an implementation provided by the Android System. This value cannot be null.
Returns
this builder.
- 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 are applied in the same order as added.
Note: The transformations are applied after the updates are applied to the presentation template.
Android reference for android.service.autofill.BatchUpdates.Builder.transformChild.
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.