WalletServiceEvent.TypeNfcPaymentStarted Campo

Definición

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 = 1

Implementaciones

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.

Java documentación para android.service.quickaccesswallet.WalletServiceEvent.TYPE_NFC_PAYMENT_STARTED.

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