CardEmulation.SupportsAidPrefixRegistration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.