Class PackageManagerEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
- API Level:
- 3
PackageManagerEventArgs class. This class is an event arguments of the InstallProgressChanged, UninstallProgressChanged, and UpdateProgressChanged events.
public class PackageManagerEventArgs : EventArgs
- Inheritance
Properties
View SourcePackageId
Package ID to be installed, uninstalled, or updated.
Declaration
public string PackageId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePackageType
Type of the package to be installed, uninstalled, or updated.
Declaration
public PackageType PackageType { get; }
Property Value
Type | Description |
---|---|
PackageType |
API Level: 3
View SourceProgress
Progress for the request being processed by the package manager (in percent).
Declaration
public int Progress { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceState
Current state of the request to the package manager.
Declaration
public PackageEventState State { get; }
Property Value
Type | Description |
---|---|
PackageEventState |