ImageTransformation.Builder 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- transfer
- JniHandleOwnership
備註
此頁面的部分是根據 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 開放原始碼專案所建立和共用的工作進行修改,並根據 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 開放原始碼專案所建立和共用的工作進行修改,並根據 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
參數
- id
- AutofillId
- regex
- Pattern
- resId
- Int32
- contentDescription
- String
- 屬性