Part of the ServiceConnection interface.
Syntax
[Android.Runtime.Register("onServiceConnected", "(Landroid/content/ComponentName;Landroid/os/IBinder;)V", "GetOnServiceConnected_Landroid_content_ComponentName_Landroid_os_IBinder_Handler")]
public virtual
void OnServiceConnected (
Android.Content.ComponentName className,
Android.OS.IBinder service)
Parameters
- className
- The concrete component name of the service that has
been connected.
- service
- The IBinder of the Service's communication channel,
which you can now make calls on.
Remarks
Requirements
Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1