Class ApplicationInfoFilter.Keys

Definition

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

This class is a possible key to use in the InstalledApplicationFilter.

C#
Copy
public static class Keys
Inheritance
System.Object
ApplicationInfoFilter.Keys

Fields

View Source

Category

A key to filter by application category.

Declaration
C#
Copy
public const string Category = "PACKAGE_INFO_PROP_APP_CATEGORY"
Field Value
Type Description
System.String
API Level: 3
View Source

Id

A key to filter by application id.

Declaration
C#
Copy
public const string Id = "PACKAGE_INFO_PROP_APP_ID"
Field Value
Type Description
System.String
API Level: 3
View Source

InstalledStorage

A key to filter by installed storage.

Declaration
C#
Copy
public const string InstalledStorage = "PACKAGE_INFO_PROP_APP_INSTALLED_STORAGE"
Field Value
Type Description
System.String
API Level: 5
View Source

NoDisplay

A key to filter by nodisplay attribute.

Declaration
C#
Copy
public const string NoDisplay = "PACKAGE_INFO_PROP_APP_NODISPLAY"
Field Value
Type Description
System.String
API Level: 3
View Source

TaskManage

A key to filter by taskmanage attribute.

Declaration
C#
Copy
public const string TaskManage = "PACKAGE_INFO_PROP_APP_TASKMANAGE"
Field Value
Type Description
System.String
API Level: 3
View Source

Type

A key to filter by application type.

Declaration
C#
Copy
public const string Type = "PACKAGE_INFO_PROP_APP_TYPE"
Field Value
Type Description
System.String
API Level: 3