Android.Content.IServiceConnection Members

The members of Android.Content.IServiceConnection are listed below.

Public Methods

OnServiceConnected(ComponentName, Android.OS.IBinder)
Called when a connection to the Service has been established, with the Android.OS.BinderConsts of the communication channel to the Service.
OnServiceDisconnected(ComponentName)
Called when a connection to the Service has been lost.