Click or drag to resize

PackageInstallerResult Class

Inheritance Hierarchy
System.Object
Com.Datalogic.Device.App.PackageInstallerResult

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 class PackageInstallerResult

The PackageInstallerResult type exposes the following members.

Constructors
NameDescription
Public methodPackageInstallerResult
Initializes a new instance of the PackageInstallerResult class
Top
Properties
NameDescription
Public propertyData
data application to be installed/upgraded/uninstalled.
Public propertyEvent
event type of the event, value from PackageInstallerEvent.
Public propertyJniPeerMembers
To be added.
Public propertyResult
result result of the command, value matching one of the PackageInstallerException error constants.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
PackageInstallerResult is the base element of the List passed by PackageInstallerListener.onResult(java.util.List<com.datalogic.device.app.PackageInstallerResult>) to retrieve the result of operations of install/uninstall/upgrade.

[Android Documentation]

See Also