Class ApplicationInfoFilter.Values

Definition

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

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

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

Fields

View Source

InstalledExtended

A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at extended storage.

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

InstalledExternal

A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at external storage.

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

InstalledInternal

A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at internal storage.

Declaration
C#
Copy
public const string InstalledInternal = "installed_internal"
Field Value
Type Description
System.String
API Level: 5