MediaScannerConnection.OnServiceDisconnected(ComponentName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.