Class WidgetShortcutAddedInfo
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 WidgetShortcutAddedInfo : ShortcutAddedInfo
- Inheritance
Properties
View SourcePeriod
Gets the update period in seconds.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public double Period { get; }
Property Value
Type | Description |
---|---|
double |
WidgetId
Gets the widget ID.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public string WidgetId { get; }
Property Value
Type | Description |
---|---|
string |
WidgetSize
Gets the size of the widget.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public ShortcutWidgetSize WidgetSize { get; }
Property Value
Type | Description |
---|---|
ShortcutWidgetSize |