Android.Content.IServiceConnection
Interface for monitoring the state of an application service.

See Also: IServiceConnection Members

Syntax

[Android.Runtime.Register("android/content/ServiceConnection", "", "Android.Content.IServiceConnectionInvoker")]
public interface IServiceConnection : Android.Runtime.IJavaObject, IDisposable

Remarks

Interface for monitoring the state of an application service. See Android.App.Service and Context.BindService(Intent, Android.Content.IServiceConnection, Android.Content.IServiceConnection) for more information.

Like many callbacks from the system, the methods on this class are called from the main thread of your process.

[Android Documentation]

Requirements

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