Class HomeShortcutAddedInfo

    Definition

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

    A class that contains the shortcut information.

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

    Properties

    View Source

    AppId

    Gets the name of the application.

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

    Uri

    Gets the specific information for creating a new shortcut.

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