Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
This class is a possible key to use in the InstalledApplicationFilter.
- Inheritance
-
ApplicationInfoFilter.Keys
Fields
View Source
Category
A key to filter by application category.
Declaration
public const string Category = "PACKAGE_INFO_PROP_APP_CATEGORY"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
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
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
public const string TaskManage = "PACKAGE_INFO_PROP_APP_TASKMANAGE"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Type = "PACKAGE_INFO_PROP_APP_TYPE"
Field Value
Type |
Description |
System.String |
|
API Level: 3