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#
Copy
public class WatchView : View, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable, IResourcesProvider
Inheritance
Implements

Constructors

View Source

WatchView(Window, String, String, Int32, Int32)

Creates a new WatchView.

Declaration
C#
Copy
public 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

View Source

Dispose(DisposeTypes)

To make the Button instance be disposed.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides
API Level: 6
View Source

PauseWatch()

Pauses a given Watch.

Declaration
C#
Copy
public bool PauseWatch()
Returns
Type Description
Boolean

True on success, false otherwise.

API Level: 6
View Source

ResumeWatch()

Resumes a given Watch.

Declaration
C#
Copy
public bool ResumeWatch()
Returns
Type Description
Boolean

True on success, false otherwise.

API Level: 6

Implements

Extension Methods