Class WidgetViewManager
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
WidgetViewManager manages addition of WidgetView controls. This class provides the functionality of adding the widget views and controlling the widgets.
C#Copypublic class WidgetViewManager : BaseHandle, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic WidgetViewManager(NUIApplication nuiApplication, string appId)
Parameters
Type | Name | Description |
---|---|---|
NUIApplication | nuiApplication | |
System.String | appId |
API Level: 3
Methods
Declaration
C#Copypublic WidgetView AddWidget(string widgetId, string contentInfo, int width, int height, float updatePeriod)
Parameters
Type | Name | Description |
---|---|---|
System.String | widgetId | The widget ID. |
System.String | contentInfo | Contents that will be given to the widget instance. |
Int32 | width | The widget width. |
Int32 | height | The widget height. |
System.Single | updatePeriod | The period of updating contents of the widget. |
Returns
Type | Description |
---|---|
WidgetView | A handle to WidgetView. |
API Level: 3
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable