SEService(Context, IExecutor, SEService+IOnConnectedListener) Constructor

Definition

Establishes a new connection that can be used to connect to all the Secure Elements available in the system.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Ljava/util/concurrent/Executor;Landroid/se/omapi/SEService$OnConnectedListener;)V", "", ApiSince=28)]
public SEService (Android.Content.Context context, Java.Util.Concurrent.IExecutor executor, Android.SE.Omapi.SEService.IOnConnectedListener listener);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Ljava/util/concurrent/Executor;Landroid/se/omapi/SEService$OnConnectedListener;)V", "", ApiSince=28)>]
new Android.SE.Omapi.SEService : Android.Content.Context * Java.Util.Concurrent.IExecutor * Android.SE.Omapi.SEService.IOnConnectedListener -> Android.SE.Omapi.SEService

Parameters

context
Context

the context of the calling application. Cannot be <code>null</code>.

executor
IExecutor

an Executor which will be used when invoking the callback.

listener
SEService.IOnConnectedListener

a OnConnectedListener object.

Attributes

Remarks

Java documentation for android.se.omapi.SEService.SEService(android.content.Context, java.util.concurrent.Executor, android.se.omapi.OnConnectedListener).

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