Android.Service.Textservice.SpellCheckerService.OnBind Method
Implement to return the implementation of the internal spell checker service interface.

Syntax

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

Parameters

intent
The Intent that was used to bind to this service, as given to Android.Content.Context.BindService(Android.Content.Intent, Android.Content.IServiceConnection, Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here.

Returns

Documentation for this section has not yet been entered.

Remarks

Implement to return the implementation of the internal spell checker service interface. Subclasses should not override.

[Android Documentation]

Requirements

Namespace: Android.Service.Textservice
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14