共用方式為


ImageTransformation.Builder 建構函式

定義

多載

ImageTransformation.Builder(IntPtr, JniHandleOwnership)
ImageTransformation.Builder(AutofillId, Pattern, Int32)

建立自動填入標識元的新產生器,並新增第一個選項。

ImageTransformation.Builder(AutofillId, Pattern, Int32, ICharSequence)

建立自動填入標識元的新產生器,並新增第一個選項。

ImageTransformation.Builder(AutofillId, Pattern, Int32, String)

ImageTransformation.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Service.Autofill.ImageTransformation.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Service.Autofill.ImageTransformation.Builder

參數

javaReference
IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ImageTransformation.Builder(AutofillId, Pattern, Int32)

建立自動填入標識元的新產生器,並新增第一個選項。

[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;I)V", "", ApiSince=27)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;I)V", "", ApiSince=27)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int -> Android.Service.Autofill.ImageTransformation.Builder

參數

id
AutofillId

將用來評估是否應該使用影像的螢幕欄位標識碼。

regex
Pattern

定義應該比對的正則表示式,以使用此影像。

resId
Int32

映像的資源標識碼(在自動填入服務的套件中)。 RemoteViews presentation必須包含具有該標識碼的ImageView子系。

屬性

備註

建立自動填入標識元的新產生器,並新增第一個選項。

已取代這個成員。 請改用 #Builder(AutofillId, Pattern, int, CharSequence)

android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ImageTransformation.Builder(AutofillId, Pattern, Int32, ICharSequence)

建立自動填入標識元的新產生器,並新增第一個選項。

[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId, Java.Lang.ICharSequence contentDescription);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int * Java.Lang.ICharSequence -> Android.Service.Autofill.ImageTransformation.Builder

參數

id
AutofillId

將用來評估是否應該使用影像的螢幕欄位標識碼。

regex
Pattern

定義應該比對的正則表示式,以使用此影像。

resId
Int32

映像的資源標識碼(在自動填入服務的套件中)。 RemoteViews presentation必須包含具有該標識碼的ImageView子系。

contentDescription
ICharSequence

要套用在子檢視中的內容描述。

屬性

備註

建立自動填入標識元的新產生器,並新增第一個選項。

android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int, java.lang.CharSequence)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ImageTransformation.Builder(AutofillId, Pattern, Int32, String)

[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId, string contentDescription);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int * string -> Android.Service.Autofill.ImageTransformation.Builder

參數

regex
Pattern
resId
Int32
contentDescription
String
屬性

適用於