WalletServiceEvent.TypeNfcPaymentStarted フィールド

定義

注意事項

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

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

フィールド値

Value = 1

実装

属性

注釈

NFC 支払いが開始されました。 クイック アクセス ウォレットがシステム ウィンドウ内にある場合は、支払いを示すアクティビティを表示できるように、そのウォレットを閉じる必要があります。

android.service.quickaccesswallet.WalletServiceEvent.TYPE_NFC_PAYMENT_STARTEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象