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)に指定されたとおり、このサービスにバインドするために使用された意図。 その時点でインテントに含まれていた追加の情報はここに は表示されないこと に注意してください。

返品

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象