PackageInstallerSessionOnServiceConnected Method |
Callback implemented to receive the asynchronous result of the bindService request.
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 OnServiceConnected (Android.Content.ComponentName className, Android.OS.IBinder binder);
Public Virtual Sub OnServiceConnected (Android.Content.ComponentName className, Android.OS.IBinder binder);
Parameters
- className
- Type: Android.Content.ComponentName
No description available. - binder
- Type: Android.OS.IBinder
No description available.
Remarks
See Also