ContextWrapper.UnbindService(IServiceConnection) Method

Definition

Disconnect from an application service.

[Android.Runtime.Register("unbindService", "(Landroid/content/ServiceConnection;)V", "GetUnbindService_Landroid_content_ServiceConnection_Handler")]
public override void UnbindService (Android.Content.IServiceConnection? conn);
[<Android.Runtime.Register("unbindService", "(Landroid/content/ServiceConnection;)V", "GetUnbindService_Landroid_content_ServiceConnection_Handler")>]
override this.UnbindService : Android.Content.IServiceConnection -> unit

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