Android.AccessibilityServices.AccessibilityService.OnBind Method
Implement to return the implementation of the internal accessibility 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 accessibility service interface.

[Android Documentation]

Requirements

Namespace: Android.AccessibilityServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4