Class WidgetShortcutAddedInfo

Definition

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

A class that contains the information about the widget.

C#
Copy
public class WidgetShortcutAddedInfo : ShortcutAddedInfo
Inheritance
System.Object
WidgetShortcutAddedInfo

Properties

View Source

Period

Gets the update period in seconds.

Declaration
C#
Copy
public double Period { get; }
Property Value
Type Description
System.Double
API Level: 4
View Source

WidgetId

Gets the widget ID.

Declaration
C#
Copy
public string WidgetId { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

WidgetSize

Gets the size of the widget.

Declaration
C#
Copy
public ShortcutWidgetSize WidgetSize { get; }
Property Value
Type Description
ShortcutWidgetSize
API Level: 4