GetWalletCardsError Constructors
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.
Overloads
GetWalletCardsError(Icon, ICharSequence) |
Construct a new error response. |
GetWalletCardsError(Icon, String) |
GetWalletCardsError(Icon, ICharSequence)
Construct a new error response.
[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
Parameters
- icon
- Icon
an icon to be shown to the user next to the message. Optional.
- message
- ICharSequence
message to be shown to the user. Optional.
- Attributes
Remarks
Construct a new error response. If provided, the icon and message will be displayed to the user.
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
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
Parameters
- icon
- Icon
- message
- String
- Attributes