MediaScannerConnection.OnServiceDisconnected(ComponentName) Method

Definition

Part of the ServiceConnection interface.

[Android.Runtime.Register("onServiceDisconnected", "(Landroid/content/ComponentName;)V", "GetOnServiceDisconnected_Landroid_content_ComponentName_Handler")]
public virtual void OnServiceDisconnected (Android.Content.ComponentName? className);
[<Android.Runtime.Register("onServiceDisconnected", "(Landroid/content/ComponentName;)V", "GetOnServiceDisconnected_Landroid_content_ComponentName_Handler")>]
abstract member OnServiceDisconnected : Android.Content.ComponentName -> unit
override this.OnServiceDisconnected : Android.Content.ComponentName -> unit

Parameters

className
ComponentName

The concrete component name of the service whose connection has been lost.

Implements

Attributes

Remarks

Part of the ServiceConnection interface. Do not call.

Java documentation for android.media.MediaScannerConnection.onServiceDisconnected(android.content.ComponentName).

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