WalletServiceEvent.TypeNfcPaymentStarted Campo
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletServiceEventType enum directly instead of this field.
Se ha iniciado un pago NFC.
[Android.Runtime.Register("TYPE_NFC_PAYMENT_STARTED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletServiceEventType enum directly instead of this field.", true)]
public const Android.Service.QuickAccessWallet.WalletServiceEventType TypeNfcPaymentStarted = 1;
[<Android.Runtime.Register("TYPE_NFC_PAYMENT_STARTED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickAccessWallet.WalletServiceEventType enum directly instead of this field.", true)>]
val mutable TypeNfcPaymentStarted : Android.Service.QuickAccessWallet.WalletServiceEventType
Valor de campo
Value = 1Implementaciones
- Atributos
Comentarios
Se ha iniciado un pago NFC. Si la cartera de acceso rápido está en una ventana del sistema, deberá descartarse para que se pueda mostrar una actividad que muestre el pago.
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.