Class NUIWatchApplication.AmbientTickEventArgs

    Definition

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

    Event arguments that passed via ambient tick event signal.

    [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
    [Obsolete("This has been deprecated in API12")]
    public AmbientTickEventArgs(WatchTime watchTime)
    Parameters
    Type Name Description
    WatchTime watchTime

    Properties

    View Source

    WatchTime

    WatchTime.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public WatchTime WatchTime { get; }
    Property Value
    Type Description
    WatchTime
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX