Class WidgetShortcutInfo

    Definition

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

    A class that contains the information about the widget.

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

    Properties

    View Source

    Period

    Gets or sets the update period in seconds.

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

    WidgetId

    Gets or sets the widget ID.

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

    WidgetSize

    Gets or sets the size of the widget.

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