Class NUIWatchApplication

    Definition

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

    Represents an application that can make watch-face.

    [Obsolete("This has been deprecated in API12")]
    public class NUIWatchApplication : CoreApplication, IDisposable
    Inheritance
    object
    Application
    CoreApplication
    NUIWatchApplication
    Implements
    System.IDisposable

    Constructors

    View Source

    NUIWatchApplication()

    The default constructor.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public NUIWatchApplication()
    View Source

    NUIWatchApplication(string)

    The constructor with stylesheet.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public NUIWatchApplication(string stylesheet)
    Parameters
    Type Name Description
    string stylesheet

    Properties

    View Source

    Window

    Get the window instance.

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

    Methods

    View Source

    Exit()

    Exit NUIWidgetApplication.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public override void Exit()
    Overrides
    CoreApplication.Exit()
    View Source

    OnAmbientChanged(AmbientChangedEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnAmbientChanged(NUIWatchApplication.AmbientChangedEventArgs e)
    Parameters
    Type Name Description
    NUIWatchApplication.AmbientChangedEventArgs e
    View Source

    OnAmbientTick(AmbientTickEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnAmbientTick(NUIWatchApplication.AmbientTickEventArgs e)
    Parameters
    Type Name Description
    NUIWatchApplication.AmbientTickEventArgs e
    View Source

    OnAppControlReceived(AppControlReceivedEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnAppControlReceived(AppControlReceivedEventArgs e)
    Parameters
    Type Name Description
    AppControlReceivedEventArgs e
    Overrides
    CoreApplication.OnAppControlReceived(AppControlReceivedEventArgs)
    View Source

    OnCreate()

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnCreate()
    Overrides
    CoreApplication.OnCreate()
    View Source

    OnLocaleChanged(LocaleChangedEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnLocaleChanged(LocaleChangedEventArgs e)
    Parameters
    Type Name Description
    LocaleChangedEventArgs e
    Overrides
    CoreApplication.OnLocaleChanged(LocaleChangedEventArgs)
    View Source

    OnLowBattery(LowBatteryEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnLowBattery(LowBatteryEventArgs e)
    Parameters
    Type Name Description
    LowBatteryEventArgs e
    Overrides
    CoreApplication.OnLowBattery(LowBatteryEventArgs)
    View Source

    OnLowMemory(LowMemoryEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnLowMemory(LowMemoryEventArgs e)
    Parameters
    Type Name Description
    LowMemoryEventArgs e
    Overrides
    CoreApplication.OnLowMemory(LowMemoryEventArgs)
    View Source

    OnPause()

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnPause()
    View Source

    OnPreCreate()

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnPreCreate()
    View Source

    OnRegionFormatChanged(RegionFormatChangedEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
    Parameters
    Type Name Description
    RegionFormatChangedEventArgs e
    Overrides
    CoreApplication.OnRegionFormatChanged(RegionFormatChangedEventArgs)
    View Source

    OnResume()

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnResume()
    View Source

    OnTerminate()

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnTerminate()
    Overrides
    CoreApplication.OnTerminate()
    View Source

    OnTimeTick(TimeTickEventArgs)

    Overrides this method if want to handle behavior.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void OnTimeTick(NUIWatchApplication.TimeTickEventArgs e)
    Parameters
    Type Name Description
    NUIWatchApplication.TimeTickEventArgs e
    View Source

    Run(string[])

    Run NUIWidgetApplication.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public override void Run(string[] args)
    Parameters
    Type Name Description
    string[] args

    Arguments from commandline.

    Overrides
    CoreApplication.Run(string[])

    Events

    View Source

    AmbientChanged

    Occurs when the device enters or exits ambient mode

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public 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
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler AmbientTick
    Event Type
    Type Description
    System.EventHandler
    View Source

    Paused

    Occurs whenever the application is paused.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler Paused
    Event Type
    Type Description
    System.EventHandler
    View Source

    Resumed

    Occurs whenever the application is resumed.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler Resumed
    Event Type
    Type Description
    System.EventHandler
    View Source

    TimeTick

    Occurs at every second.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler TimeTick
    Event Type
    Type Description
    System.EventHandler

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX