다음을 통해 공유


SEService(Context, IExecutor, SEService+IOnConnectedListener) 생성자

정의

시스템에서 사용할 수 있는 모든 보안 요소에 연결하는 데 사용할 수 있는 새 연결을 설정합니다.

[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</코드>일 수 <없습니다.

executor
IExecutor

콜백을 호출할 때 사용되는 실행기입니다.

listener
SEService.IOnConnectedListener

OnConnectedListener 개체입니다.

특성

설명

에 대한 android.se.omapi.SEService.SEService(android.content.Context, java.util.concurrent.Executor, android.se.omapi.OnConnectedListener)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상