Show / Hide Table of Contents

    Class WidgetShortcutAddedInfo

    Definition

    Namespace:
    Tizen.Applications.Shortcut
    Assembly:
    Tizen.Applications.Shortcut.dll
    API Level:
    4

    A class that contains the information about the widget.

    public class WidgetShortcutAddedInfo : ShortcutAddedInfo
    Inheritance
    Object
    ShortcutAddedInfo
    WidgetShortcutAddedInfo

    Properties

    View Source

    Period

    Gets the update period in seconds.

    Declaration
    public double Period { get; }
    Property Value
    Type Description
    Double
    API Level: 4
    View Source

    WidgetId

    Gets the widget ID.

    Declaration
    public string WidgetId { get; }
    Property Value
    Type Description
    String
    API Level: 4
    View Source

    WidgetSize

    Gets the size of the widget.

    Declaration
    public ShortcutWidgetSize WidgetSize { get; }
    Property Value
    Type Description
    ShortcutWidgetSize
    API Level: 4
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX