DateTransformation(AutofillId, DateFormat) Constructor

Definition

Creates a new transformation.

[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Landroid/icu/text/DateFormat;)V", "", ApiSince=28)]
public DateTransformation (Android.Views.Autofill.AutofillId id, Android.Icu.Text.DateFormat dateFormat);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Landroid/icu/text/DateFormat;)V", "", ApiSince=28)>]
new Android.Service.Autofill.DateTransformation : Android.Views.Autofill.AutofillId * Android.Icu.Text.DateFormat -> Android.Service.Autofill.DateTransformation

Parameters

id
AutofillId

id of the screen field.

dateFormat
DateFormat

object used to transform the date value of the field to a String.

Attributes

Remarks

Java documentation for android.service.autofill.DateTransformation.DateTransformation(android.view.autofill.AutofillId, .*DateFormat).

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