Class WatchView
Definition
- Namespace:
- Tizen.NUI.Wearable
- Assembly:
- Tizen.NUI.Wearable.dll
- API Level:
- 6
The WatchView is a class for displaying the watch.
C#Copypublic class WatchView : View, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable, IResourcesProvider
- Inheritance
- Implements
Constructors
Declaration
C#Copypublic WatchView(Window window, string watchId, string contentInfo, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Window | window | |
String | watchId | |
String | contentInfo | |
Int32 | width | |
Int32 | height |
API Level: 6
Methods
Declaration
C#Copyprotected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Overrides
API Level: 6
Declaration
C#Copypublic bool PauseWatch()
Returns
Type | Description |
---|---|
Boolean | True on success, false otherwise. |
API Level: 6
Declaration
C#Copypublic bool ResumeWatch()
Returns
Type | Description |
---|---|
Boolean | True on success, false otherwise. |