Show / Hide Table of Contents

    Class PackageFilter.Keys

    Definition

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

    This class contains possible keys for the filter to be used in the GetPackages method.

    public static class Keys
    Inheritance
    Object
    PackageFilter.Keys

    Fields

    View Source

    Disable

    Key of the boolean property for filtering if the package is disabled.

    Declaration
    public const string Disable = "PMINFO_PKGINFO_PROP_PACKAGE_DISABLE"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Preload

    Key of the boolean property for filtering if the package is preloaded.

    Declaration
    public const string Preload = "PMINFO_PKGINFO_PROP_PACKAGE_PRELOAD"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    ReadOnly

    Key of the boolean property for filtering if the package is read-only.

    Declaration
    public const string ReadOnly = "PMINFO_PKGINFO_PROP_PACKAGE_READONLY"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Removable

    Key of the boolean property for filtering if the package is removable.

    Declaration
    public const string Removable = "PMINFO_PKGINFO_PROP_PACKAGE_REMOVABLE"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    ResourceType

    Key of the string property for filtering the resource type of the package.

    Declaration
    public const string ResourceType = "PMINFO_PKGINFO_PROP_PACKAGE_RES_TYPE"
    Field Value
    Type Description
    String
    API Level: 9
    View Source

    SupportsDisable

    Key of the boolean property for filtering if the package supports disabling.

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