SEService(Context, IExecutor, SEService+IOnConnectedListener) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
建立一个新连接,该连接可用于连接到系统中可用的所有安全元素。
[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
参数
- context
- Context
调用应用程序的上下文。 不能为 <代码>null</code>。
- executor
- IExecutor
调用回调时将使用的执行程序。
- listener
- SEService.IOnConnectedListener
OnConnectedListener 对象。
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。