Android.Content.IServiceConnection: Method Members

The methods of Android.Content.IServiceConnection are listed below. For a list of all members, see the IServiceConnection Members list.

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.