Class ApplicationInfoFilter.Keys
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
This class is a possible key to use in the InstalledApplicationFilter.
public static class ApplicationInfoFilter.Keys
- Inheritance
-
objectApplicationInfoFilter.Keys
Fields
View SourceCategory
A key to filter by application category.
Declaration
public const string Category = "PACKAGE_INFO_PROP_APP_CATEGORY"
Field Value
Type | Description |
---|---|
string |
Id
A key to filter by application id.
Declaration
public const string Id = "PACKAGE_INFO_PROP_APP_ID"
Field Value
Type | Description |
---|---|
string |
InstalledStorage
A key to filter by installed storage.
Declaration
public const string InstalledStorage = "PACKAGE_INFO_PROP_APP_INSTALLED_STORAGE"
Field Value
Type | Description |
---|---|
string |
NoDisplay
A key to filter by nodisplay attribute.
Declaration
public const string NoDisplay = "PACKAGE_INFO_PROP_APP_NODISPLAY"
Field Value
Type | Description |
---|---|
string |
TaskManage
A key to filter by taskmanage attribute.
Declaration
public const string TaskManage = "PACKAGE_INFO_PROP_APP_TASKMANAGE"
Field Value
Type | Description |
---|---|
string |
Type
A key to filter by application type.
Declaration
public const string Type = "PACKAGE_INFO_PROP_APP_TYPE"
Field Value
Type | Description |
---|---|
string |