共用方式為


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時,只有在讀取器選取的應用程式識別碼 (AID) 已由多個服務註冊時,才會要求使用者選取服務。 如果只有一個已註冊 AID 的服務,則會直接叫用該服務。

android.nfc.cardemulation.CardEmulation.SELECTION_MODE_ASK_IF_CONFLICTJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於