Class ShortcutTemplate

    Definition

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

    A class that contains the preset list of the shortcut template from the installed package.

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

    Properties

    View Source

    AppId

    Gets the application ID.

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

    ExtraData

    Gets the user data. A property of the shortcut element in the manifest file.

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

    ExtraKey

    Gets the user data. A property of the shortcut element in the manifest file.

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

    IconPath

    Gets the absolute path of an icon file for this shortcut.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string IconPath { 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