Class ShortcutDeletedInfo

    Definition

    Namespace:
    Tizen.Applications.Shortcut
    Assembly:
    Tizen.Applications.Shortcut.dll

    A class for getting the information of the shortcut.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class ShortcutDeletedInfo
    Inheritance
    object
    ShortcutDeletedInfo

    Properties

    View Source

    AppId

    Gets the name of the package.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string AppId { get; }
    Property Value
    Type Description
    string
    View Source

    ShortcutName

    Gets the name of the created shortcut icon.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string ShortcutName { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX