Class NUIWatchApplication.AmbientTickEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.Wearable.dll

Event arguments that passed via ambient tick event signal.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class NUIWatchApplication.AmbientTickEventArgs : EventArgs
Inheritance
object
System.EventArgs
NUIWatchApplication.AmbientTickEventArgs

Constructors

View Source

AmbientTickEventArgs(WatchTime)

Default Constructor.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public AmbientTickEventArgs(WatchTime watchTime)
Parameters
Type Name Description
WatchTime watchTime

Properties

View Source

WatchTime

WatchTime.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public WatchTime WatchTime { get; }
Property Value
Type Description
WatchTime