Click or drag to resize

PackageInstallerSessionCloseSession Method

Call this method to execute the commands queued in the session.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual int CloseSession ();

Return Value

Type: System.Int32
No description available.

Remarks
Call this method to execute the commands queued in the session.
The commands will be executed in best effort.
The command execution is asynchronous. The results of each command will be delivered in a unique ordered list through the listener PackageInstallerListener.onResult(java.util.List<com.datalogic.device.app.PackageInstallerResult>) method. Do not suspend the UIThread while waiting for the result of the method otherwise an application’s deadlock can occur.

[Android Documentation]

See Also

Reference