CardEmulation.SelectionModeAskIfConflict フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Nfc.CardEmulators.CardSelectionMode enum directly instead of this field.

の戻り #getSelectionModeForCategory(String)値。

[Android.Runtime.Register("SELECTION_MODE_ASK_IF_CONFLICT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.CardSelectionMode enum directly instead of this field.", true)]
public const Android.Nfc.CardEmulators.CardSelectionMode SelectionModeAskIfConflict = 2;
[<Android.Runtime.Register("SELECTION_MODE_ASK_IF_CONFLICT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.CardSelectionMode enum directly instead of this field.", true)>]
val mutable SelectionModeAskIfConflict : Android.Nfc.CardEmulators.CardSelectionMode

フィールド値

Value = 2
属性

注釈

の戻り #getSelectionModeForCategory(String)値。

このモードでは、 または OffHostApduServiceで ISO-DEP カード エミュレーションHostApduServiceを使用する場合、リーダーによって選択されたアプリケーション ID (AID) が複数のサービスによって登録されている場合にのみ、ユーザーはサービスの選択を求められます。 AID に登録されているサービスが 1 つしかない場合は、そのサービスが直接呼び出されます。

android.nfc.cardemulation.CardEmulation.SELECTION_MODE_ASK_IF_CONFLICTJava ドキュメント。

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

適用対象