Click or drag to resize

PackageInstallerEventArgs Constructor

Initializes a new instance of the PackageInstallerEventArgs class

Namespace:  Com.Datalogic.Device.App
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PackageInstallerEventArgs(
	IList<PackageInstallerResult> p0
)

Parameters

p0
Type: System.Collections.GenericIListPackageInstallerResult

[Missing <param name="p0"/> documentation for "M:Com.Datalogic.Device.App.PackageInstallerEventArgs.#ctor(System.Collections.Generic.IList{Com.Datalogic.Device.App.PackageInstallerResult})"]

See Also