Click or drag to resize

PackageInstallerResultData Property

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
public string Data { get; set; }

Property Value

Type: String
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