Compartilhar via


WalletCard.CardTypePayment Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletCardType enum directly instead of this field.

Cartões de pagamento referem-se a cartões de crédito, cartões de débito ou quaisquer outros cartões na carteira usados para fazer pagamentos equivalentes em dinheiro.

[Android.Runtime.Register("CARD_TYPE_PAYMENT", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletCardType enum directly instead of this field.", true)]
public const Android.Service.QuickAccessWallet.WalletCardType CardTypePayment = 1;
[<Android.Runtime.Register("CARD_TYPE_PAYMENT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletCardType enum directly instead of this field.", true)>]
val mutable CardTypePayment : Android.Service.QuickAccessWallet.WalletCardType

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Cartões de pagamento referem-se a cartões de crédito, cartões de débito ou quaisquer outros cartões na carteira usados para fazer pagamentos equivalentes em dinheiro.

Documentação Java para android.service.quickaccesswallet.WalletCard.CARD_TYPE_PAYMENT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a