Click or drag to resize

PackageInstallerEvent Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.AppPackageInstallerEvent

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 sealed class PackageInstallerEvent : Enum

The PackageInstallerEvent type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstallTerminated
Install termination event.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberUninstallTerminated
Uninstall termination event.
Public propertyStatic memberUnknownTerminated
Unknown termination event.
Public propertyStatic memberUpgradeTerminated
Upgrade termination event.
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the result event of the action requested to the SDK Package Installer.

[Android Documentation]

See Also