PackageInstallerResult.Data Property
Click or drag to resize

PackageInstallerResultData Property

data application to be installed/upgraded/uninstalled.

Namespace: Com.Datalogic.Device.App
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public string Data { get; set; }

Property Value

Property Value

Type: System.String
No description available.

Remarks
data application to be installed/upgraded/uninstalled. For install and upgrade is full path of the .apk. For uninstall is the name of the component.

[Android Documentation]

See Also