Lingua

WalletServiceEvent.TypeNfcPaymentStarted Campo

Definizione

Attenzione

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

È stato avviato un pagamento 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

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

È stato avviato un pagamento NFC. Se il portafoglio di accesso rapido si trova in una finestra di sistema, sarà necessario ignorarlo in modo che sia possibile visualizzare un'attività che mostra il pagamento.

per android.service.quickaccesswallet.WalletServiceEvent.TYPE_NFC_PAYMENT_STARTED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a