GetWalletCardsError コンストラクター

定義

オーバーロード

名前 説明
GetWalletCardsError(Icon, ICharSequence)

新しいエラー応答を作成します。

GetWalletCardsError(Icon, String)

GetWalletCardsError(Icon, ICharSequence)

新しいエラー応答を作成します。

[Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)V", "", ApiSince=30)]
public GetWalletCardsError(Android.Graphics.Drawables.Icon? icon, Java.Lang.ICharSequence? message);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)V", "", ApiSince=30)>]
new Android.Service.QuickAccessWallet.GetWalletCardsError : Android.Graphics.Drawables.Icon * Java.Lang.ICharSequence -> Android.Service.QuickAccessWallet.GetWalletCardsError

パラメーター

icon
Icon

メッセージの横のユーザーに表示されるアイコン。 Optional.

message
ICharSequence

メッセージが表示されます。 Optional.

属性

注釈

新しいエラー応答を作成します。 指定した場合、アイコンとメッセージがユーザーに表示されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetWalletCardsError(Icon, String)

[Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)V", "", ApiSince=30)]
public GetWalletCardsError(Android.Graphics.Drawables.Icon? icon, string? message);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;)V", "", ApiSince=30)>]
new Android.Service.QuickAccessWallet.GetWalletCardsError : Android.Graphics.Drawables.Icon * string -> Android.Service.QuickAccessWallet.GetWalletCardsError

パラメーター

icon
Icon
message
String
属性

適用対象