GetWalletCardsError Constructores

Definición

Sobrecargas

Nombre Description
GetWalletCardsError(Icon, ICharSequence)

Construya una nueva respuesta de error.

GetWalletCardsError(Icon, String)

GetWalletCardsError(Icon, ICharSequence)

Construya una nueva respuesta de error.

[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

Parámetros

icon
Icon

un icono que se va a mostrar al usuario junto al mensaje. Optional.

message
ICharSequence

mensaje que se va a mostrar al usuario. Optional.

Atributos

Comentarios

Construya una nueva respuesta de error. Si se proporciona, el icono y el mensaje se mostrarán al usuario.

Java documentación para android.service.quickaccesswallet.GetWalletCardsError.GetWalletCardsError(android.graphics.drawable.Icon, java.lang.CharSequence).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

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

Parámetros

icon
Icon
message
String
Atributos

Se aplica a