Click or drag to resize

IPackageInstallerListener Interface

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 interface IPackageInstallerListener : IJavaObject, 
	IDisposable, IJavaPeerable

The IPackageInstallerListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnResult
onResult will be called to signal the result of the commands install/uninstall/upgrade executed in a session or as standolone command.
Top
Remarks
This interface is used by the application to listen to install/uninstall/upgrade result event.

[Android Documentation]

See Also