언어

RemoteViewsService.OnBind(Intent) 메서드

정의

통신 채널을 서비스로 반환합니다.

[Android.Runtime.Register("onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;", "GetOnBind_Landroid_content_Intent_Handler")]
public override Android.OS.IBinder? OnBind(Android.Content.Intent? intent);
[<Android.Runtime.Register("onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;", "GetOnBind_Landroid_content_Intent_Handler")>]
override this.OnBind : Android.Content.Intent -> Android.OS.IBinder

매개 변수

intent
Intent

(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)에 지정된 대로 이 서비스에 바인딩하는 데 사용된 의도입니다. 해당 시점에 의도에 포함된 모든 엑스트라는 여기에서 볼 수 없습니다 .

반품

클라이언트가 서비스에 호출할 수 있는 IBinder를 반환합니다.

특성

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상