Click or drag to resize

PackageInstallerResult Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.AppPackageInstallerResult

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 : Object

The PackageInstallerResult type exposes the following members.

Constructors
  NameDescription
Public methodPackageInstallerResult
Initializes a new instance of the PackageInstallerResult class
Top
Properties
  NameDescription
Public propertyData
application to be installed/upgraded/uninstalled.
Public propertyEvent
type of the event, value from PackageInstallerEvent
Public propertyJniPeerMembers
To be added.
Public propertyResult
result of the command, value matching one of the PackageInstallerException
Top
Remarks
PackageInstallerResult is the base element of the List passed by [M:Com.Datalogic.Device.App.IPackageInstallerListener.OnResult(System.Collections.Generic.IList`1)] to retrieve the result of operations of install/uninstall/upgrade.

[Android Documentation]

See Also