CardEmulation.SelectionModeAlwaysAsk Field

Definition

Caution

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

Return value for #getSelectionModeForCategory(String).

[Android.Runtime.Register("SELECTION_MODE_ALWAYS_ASK")]
[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 SelectionModeAlwaysAsk = 1;
[<Android.Runtime.Register("SELECTION_MODE_ALWAYS_ASK")>]
[<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 SelectionModeAlwaysAsk : Android.Nfc.CardEmulators.CardSelectionMode

Field Value

Value = 1
Attributes

Remarks

Return value for #getSelectionModeForCategory(String).

In this mode, when using ISO-DEP card emulation with HostApduService or OffHostApduService, whenever an Application ID (AID) of this category is selected, the user is asked which service they want to use to handle the transaction, even if there is only one matching service.

Java documentation for android.nfc.cardemulation.CardEmulation.SELECTION_MODE_ALWAYS_ASK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to