ContextWrapper.UnbindService(IServiceConnection) Method

Definition

Disconnect from an application service.

C#
[Android.Runtime.Register("unbindService", "(Landroid/content/ServiceConnection;)V", "GetUnbindService_Landroid_content_ServiceConnection_Handler")]
public override void UnbindService(Android.Content.IServiceConnection? conn);

Parameters

conn
IServiceConnection

The connection interface previously supplied to bindService(). This parameter must not be null.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35