Class WatchView
Definition
- Assembly:
- Tizen.NUI.Wearable.dll
The WatchView is a class for displaying the watch.
public class WatchView : View, IDynamicResourceHandler, INameScope, System.IDisposable, IResourcesProvider
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceWatchView(Window, string, string, int, int)
Creates a new WatchView.
Declaration
public WatchView(Window window, string watchId, string contentInfo, int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | |
| string | watchId | |
| string | contentInfo | |
| int | width | |
| int | height |
Methods
View SourceDispose(DisposeTypes)
To make the Button instance be disposed.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type |
Overrides
View SourcePauseWatch()
Pauses a given Watch.
Declaration
public bool PauseWatch()
Returns
| Type | Description |
|---|---|
| bool | True on success, false otherwise. |
ResumeWatch()
Resumes a given Watch.
Declaration
public bool ResumeWatch()
Returns
| Type | Description |
|---|---|
| bool | True on success, false otherwise. |
Implements
System.IDisposable