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
    object
    ApplicationInfoFilter.Keys

    Fields

    View Source

    Category

    A key to filter by application category.

    Declaration
    public const string Category
    Field Value
    Type Description
    string
    View Source

    Id

    A key to filter by application id.

    Declaration
    public const string Id
    Field Value
    Type Description
    string
    View Source

    InstalledStorage

    A key to filter by installed storage.

    Declaration
    public const string InstalledStorage
    Field Value
    Type Description
    string
    View Source

    NoDisplay

    A key to filter by nodisplay attribute.

    Declaration
    public const string NoDisplay
    Field Value
    Type Description
    string
    View Source

    TaskManage

    A key to filter by taskmanage attribute.

    Declaration
    public const string TaskManage
    Field Value
    Type Description
    string
    View Source

    Type

    A key to filter by application type.

    Declaration
    public const string Type
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX