Class ApplicationInfoFilter.Values

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

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

    public static class ApplicationInfoFilter.Values
    Inheritance
    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
    public const string InstalledExtended = "installed_extended"
    Field Value
    Type Description
    string
    View Source

    InstalledExternal

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

    Declaration
    public const string InstalledExternal = "installed_external"
    Field Value
    Type Description
    string
    View Source

    InstalledInternal

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

    Declaration
    public const string InstalledInternal = "installed_internal"
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX