PackageInstallerSessionOnServiceDisconnected Method |
Callback implemented to receive the notify that the bind to the service is lost due to a crash of the service.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual void OnServiceDisconnected (Android.Content.ComponentName className);
Public Virtual Sub OnServiceDisconnected (Android.Content.ComponentName className);
Parameters
- className
- Type: Android.Content.ComponentName
No description available.
Remarks
Callback implemented to receive the notify that the bind to the service is lost due to a crash of the service.
[Android Documentation]
See Also