次の方法で共有


SpellCheckerService.OnBind(Intent) メソッド

定義

内部スペル チェック サービス インターフェイスの実装を返す を実装します。

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

パラメーター

intent
Intent

M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)に与えられたとおりに、このサービスにバインドするために使用された意図。 その時点で意図に含まれていた余分な情報はここに は表示されないこと に注意してください。

戻り値

属性

注釈

内部スペル チェック サービス インターフェイスの実装を返す を実装します。 サブクラスはオーバーライドしないでください。

android.service.textservice.SpellCheckerService.onBind(android.content.Intent)Java ドキュメント。

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

適用対象