Click or drag to resize

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
C#
VB
public virtual void 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
Callback implemented to receive the asynchronous result of the bindService request.

[Android Documentation]

See Also

Reference