Class NUIWatchApplication
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.Wearable.dll
Represents an application that can make watch-face.
C#Copypublic class NUIWatchApplication : CoreApplication, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic NUIWatchApplication()
Declaration
C#Copypublic NUIWatchApplication(string stylesheet)
Parameters
Type | Name | Description |
---|---|---|
System.String | stylesheet |
Properties
Declaration
C#Copypublic Window Window { get; }
Property Value
Type | Description |
---|---|
Window |
Methods
Declaration
C#Copypublic override void Exit()
Overrides
View Source
OnAmbientChanged(NUIWatchApplication.AmbientChangedEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected virtual void OnAmbientChanged(NUIWatchApplication.AmbientChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
NUIWatchApplication.AmbientChangedEventArgs | e |
View Source
OnAmbientTick(NUIWatchApplication.AmbientTickEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected virtual void OnAmbientTick(NUIWatchApplication.AmbientTickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
NUIWatchApplication.AmbientTickEventArgs | e |
Privilege Level: public
Privilege: http://tizen.org/privilege/alarm.set
View Source
OnAppControlReceived(AppControlReceivedEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected override void OnAppControlReceived(AppControlReceivedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
AppControlReceivedEventArgs | e |
Overrides
Declaration
C#Copyprotected override void OnCreate()
Overrides
View Source
OnLocaleChanged(LocaleChangedEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected override void OnLocaleChanged(LocaleChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
LocaleChangedEventArgs | e |
Overrides
Declaration
C#Copyprotected override void OnLowBattery(LowBatteryEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
LowBatteryEventArgs | e |
Overrides
Declaration
C#Copyprotected override void OnLowMemory(LowMemoryEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
LowMemoryEventArgs | e |
Overrides
Declaration
C#Copyprotected virtual void OnPause()
Declaration
C#Copyprotected virtual void OnPreCreate()
View Source
OnRegionFormatChanged(RegionFormatChangedEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected override void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
RegionFormatChangedEventArgs | e |
Overrides
Declaration
C#Copyprotected virtual void OnResume()
Declaration
C#Copyprotected override void OnTerminate()
Overrides
View Source
OnTimeTick(NUIWatchApplication.TimeTickEventArgs)
Overrides this method if want to handle behavior.
Declaration
C#Copyprotected virtual void OnTimeTick(NUIWatchApplication.TimeTickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
NUIWatchApplication.TimeTickEventArgs | e |
Declaration
C#Copypublic override void Run(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args | Arguments from commandline. |
Overrides
Events
Declaration
C#Copypublic event EventHandler AmbientChanged
Event Type
Type | Description |
---|---|
System.EventHandler |
View Source
AmbientTick
Occurs at each minute in ambient mode. http://tizen.org/privilege/alarm.set privilege is needed to receive ambient ticks at each minute.
Declaration
C#Copypublic event EventHandler AmbientTick
Event Type
Type | Description |
---|---|
System.EventHandler |
Declaration
C#Copypublic event EventHandler Paused
Event Type
Type | Description |
---|---|
System.EventHandler |
Declaration
C#Copypublic event EventHandler Resumed
Event Type
Type | Description |
---|---|
System.EventHandler |
Declaration
C#Copypublic event EventHandler TimeTick
Event Type
Type | Description |
---|---|
System.EventHandler |
Implements
System.IDisposable