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; }
Public Property Data As String
Get
Set
Property Value
Type:
StringRemarks 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