Class PackageFilter.Keys

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.PackageManager.dll
API Level:
3

This class contains possible keys for the filter to be used in the GetPackages method.

C#
Copy
public static class Keys : object
Inheritance
PackageFilter.Keys

Fields

View Source

Disable

Key of the boolean property for filtering if the package is disabled.

Declaration
C#
Copy
public const string Disable = null
Field Value
Type Description
String
API Level: 3
View Source

Preload

Key of the boolean property for filtering if the package is preloaded.

Declaration
C#
Copy
public const string Preload = null
Field Value
Type Description
String
API Level: 3
View Source

ReadOnly

Key of the boolean property for filtering if the package is read-only.

Declaration
C#
Copy
public const string ReadOnly = null
Field Value
Type Description
String
API Level: 3
View Source

Removable

Key of the boolean property for filtering if the package is removable.

Declaration
C#
Copy
public const string Removable = null
Field Value
Type Description
String
API Level: 3
View Source

ResourceType

Key of the string property for filtering the resource type of the package.

Declaration
C#
Copy
public const string ResourceType = null
Field Value
Type Description
String
API Level: 9
View Source

SupportsDisable

Key of the boolean property for filtering if the package supports disabling.

Declaration
C#
Copy
public const string SupportsDisable = null
Field Value
Type Description
String
API Level: 3