CardEmulation.SupportsAidPrefixRegistration Method

Definition

Some devices may allow an application to register all AIDs that starts with a certain prefix, e.

[Android.Runtime.Register("supportsAidPrefixRegistration", "()Z", "")]
public bool SupportsAidPrefixRegistration ();
[<Android.Runtime.Register("supportsAidPrefixRegistration", "()Z", "")>]
member this.SupportsAidPrefixRegistration : unit -> bool

Returns

whether AID prefix registering is supported on this device.

Attributes

Remarks

Some devices may allow an application to register all AIDs that starts with a certain prefix, e.g. "A000000004*" to register all MasterCard AIDs.

Use this method to determine whether this device supports registering AID prefixes.

Java documentation for android.nfc.cardemulation.CardEmulation.supportsAidPrefixRegistration().

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