Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.Wearable.dll
Represents an application that can make watch-face.
public class NUIWatchApplication : CoreApplication, IDisposable
- Inheritance
-
object
NUIWatchApplication
- Implements
-
System.IDisposable
Constructors
Declaration
public NUIWatchApplication()
View Source
NUIWatchApplication(string)
The constructor with stylesheet.
Declaration
public NUIWatchApplication(string stylesheet)
Parameters
Type |
Name |
Description |
string |
stylesheet |
|
Properties
Declaration
public Window Window { get; }
Property Value
Methods
Declaration
public override void Exit()
Overrides
View Source
OnAmbientChanged(AmbientChangedEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnAmbientChanged(NUIWatchApplication.AmbientChangedEventArgs e)
Parameters
View Source
OnAmbientTick(AmbientTickEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnAmbientTick(NUIWatchApplication.AmbientTickEventArgs e)
Parameters
View Source
OnAppControlReceived(AppControlReceivedEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected override void OnAppControlReceived(AppControlReceivedEventArgs e)
Parameters
Overrides
View Source
OnCreate()
Overrides this method if want to handle behavior.
Declaration
protected override void OnCreate()
Overrides
View Source
OnLocaleChanged(LocaleChangedEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected override void OnLocaleChanged(LocaleChangedEventArgs e)
Parameters
Overrides
View Source
OnLowBattery(LowBatteryEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected override void OnLowBattery(LowBatteryEventArgs e)
Parameters
Overrides
View Source
OnLowMemory(LowMemoryEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected override void OnLowMemory(LowMemoryEventArgs e)
Parameters
Overrides
View Source
OnPause()
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnPause()
View Source
OnPreCreate()
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnPreCreate()
View Source
Overrides this method if want to handle behavior.
Declaration
protected override void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
Parameters
Overrides
View Source
OnResume()
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnResume()
View Source
OnTerminate()
Overrides this method if want to handle behavior.
Declaration
protected override void OnTerminate()
Overrides
View Source
OnTimeTick(TimeTickEventArgs)
Overrides this method if want to handle behavior.
Declaration
protected virtual void OnTimeTick(NUIWatchApplication.TimeTickEventArgs e)
Parameters
Declaration
public override void Run(string[] args)
Parameters
Type |
Name |
Description |
string[] |
args |
Arguments from commandline.
|
Overrides
Events
View Source
AmbientChanged
Occurs when the device enters or exits ambient mode
Declaration
public event EventHandler AmbientChanged
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler AmbientTick
Event Type
Type |
Description |
System.EventHandler |
|
View Source
Paused
Occurs whenever the application is paused.
Declaration
public event EventHandler Paused
Event Type
Type |
Description |
System.EventHandler |
|
View Source
Resumed
Occurs whenever the application is resumed.
Declaration
public event EventHandler Resumed
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler TimeTick
Event Type
Type |
Description |
System.EventHandler |
|
Implements
System.IDisposable