Show / Hide Table of Contents

    Class ApplicationInfoFilter.Keys

    Definition

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

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

    public static class Keys
    Inheritance
    Object
    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
    String
    API Level: 3
    View Source

    Id

    A key to filter by application id.

    Declaration
    public const string Id = "PACKAGE_INFO_PROP_APP_ID"
    Field Value
    Type Description
    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
    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
    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
    String
    API Level: 3
    View Source

    Type

    A key to filter by application type.

    Declaration
    public const string Type = "PACKAGE_INFO_PROP_APP_TYPE"
    Field Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX