SEService.GetReaders Method

Definition

Returns an array of available Secure Element readers.

[Android.Runtime.Register("getReaders", "()[Landroid/se/omapi/Reader;", "", ApiSince=28)]
public Android.SE.Omapi.Reader[] GetReaders ();
[<Android.Runtime.Register("getReaders", "()[Landroid/se/omapi/Reader;", "", ApiSince=28)>]
member this.GetReaders : unit -> Android.SE.Omapi.Reader[]

Returns

Reader[]

An array of Readers. If there are no readers the returned array is of length 0.

Attributes

Remarks

Returns an array of available Secure Element readers. There must be no duplicated objects in the returned list. All available readers shall be listed even if no card is inserted.

Java documentation for android.se.omapi.SEService.getReaders().

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